#6A15A9

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

Shades of Purple Heart #6A15A9

Tints of Purple Heart #6A15A9

Color information

#6A15A9 (or 0x6A15A9) is unknown color: approx Purple Heart. HEX triplet: 6A, 15 and A9. RGB value is (106,21,169). Sum of RGB (Red+Green+Blue) = 106+21+169=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 169 (66.41% from 255 or 57.09% from 296); Max value from RGB is 169 - color contains mainly: blue. Hex color #6A15A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A15A9 is #95EA56. Grayscale: #3E3E3E. Windows color (decimal): -9824855 or 11081066. OLE color: 11081066.

HSL color Cylindrical-coordinate representation of color #6A15A9: hue angle of 274.46º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A15A9 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10621169-
CMYK0.370.8800.34
HSL274.46º77.89%37.25%-
HSV(B)274.46º87.57%66.27%-
XYZ13.376.4738.08-
YUV63.29187.66158.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 21 (8.59% from 255) = 7.09%
BLUE value IS 169 (66.41% from 255) = 57.09%
R=35.81%
G=7.09%
B=57.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal106211690.370.8800.34274.4677.8937.25
Hex6A15A925580221124e25
Octal152252514513004242211645
Binary11010101010110101001100101101100001000101000100101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A15A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A15A9; }

 p { color: rgb(106,21,169); }

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

<style>
 a { background-color: #6A15A9; }

 a { background-color: rgb(106,21,169); }

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

<style>
 span { border-color: #6A15A9; }

 span { border-color: rgb(106,21,169); }

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