#6A07A9

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

Shades of Purple Heart #6A07A9

Tints of Purple Heart #6A07A9

Color information

#6A07A9 (or 0x6A07A9) is unknown color: approx Purple Heart. HEX triplet: 6A, 07 and A9. RGB value is (106,7,169). Sum of RGB (Red+Green+Blue) = 106+7+169=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 169 (66.41% from 255 or 59.93% from 282); Max value from RGB is 169 - color contains mainly: blue. Hex color #6A07A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A07A9 is #95F856. Grayscale: #363636. Windows color (decimal): -9828439 or 11077482. OLE color: 11077482.

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

Color convert

RGB1067169-
CMYK0.370.9600.34
HSL276.67º92.05%34.51%-
HSV(B)276.67º95.86%66.27%-
XYZ13.186.0838.02-
YUV55.07192.3164.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 7 (3.12% from 255) = 2.48%
BLUE value IS 169 (66.41% from 255) = 59.93%
R=37.59%
G=2.48%
B=59.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10671690.370.9600.34276.6792.0534.51
Hex6A7A925600221155c23
Octal15272514514004242513443
Binary110101011110101001100101110000001000101000101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A07A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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