#6015A1

Color #6015A1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6015A1

Tints of Purple Heart #6015A1

Color information

#6015A1 (or 0x6015A1) is unknown color: approx Purple Heart. HEX triplet: 60, 15 and A1. RGB value is (96,21,161). Sum of RGB (Red+Green+Blue) = 96+21+161=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 161 (63.28% from 255 or 57.91% from 278); Max value from RGB is 161 - color contains mainly: blue. Hex color #6015A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6015A1 is #9FEA5E. Grayscale: #3A3A3A. Windows color (decimal): -10480223 or 10556768. OLE color: 10556768.

HSL color Cylindrical-coordinate representation of color #6015A1: hue angle of 272.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6015A1 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9621161-
CMYK0.400.8700.37
HSL272.14º76.92%35.69%-
HSV(B)272.14º86.96%63.14%-
XYZ11.535.634.19-
YUV59.38185.35154.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 21 (8.59% from 255) = 7.55%
BLUE value IS 161 (63.28% from 255) = 57.91%
R=34.53%
G=7.55%
B=57.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96211610.400.8700.37272.1476.9235.69
Hex6015A128570251104d24
Octal140252415012704542011544
Binary11000001010110100001101000101011101001011000100001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6015A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6015A1; }

 p { color: rgb(96,21,161); }

 H1.HeaderClassName
 {
   color: #6015A1;
 }
 .AnyTagClassName
 {
   color: #6015A1;
 }
</style>
background-color css

<style>
 a { background-color: #6015A1; }

 a { background-color: rgb(96,21,161); }

 div.DivClassName
 {
   background-color: #6015A1;
 }
 .BgClassName
 {
   background-color: #6015A1;
 }
</style>
border-color css

<style>
 span { border-color: #6015A1; }

 span { border-color: rgb(96,21,161); }

 td.TdClassName
 {
   border-color: #6015A1;
 }
 .TagClassName
 {
   border-color: #6015A1;
 }
</style>