#6A06AC

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

Shades of Purple Heart #6A06AC

Tints of Purple Heart #6A06AC

Color information

#6A06AC (or 0x6A06AC) is unknown color: approx Purple Heart. HEX triplet: 6A, 06 and AC. RGB value is (106,6,172). Sum of RGB (Red+Green+Blue) = 106+6+172=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A06AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A06AC is #95F953. Grayscale: #363636. Windows color (decimal): -9828692 or 11273834. OLE color: 11273834.

HSL color Cylindrical-coordinate representation of color #6A06AC: hue angle of 276.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A06AC is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1066172-
CMYK0.380.9700.33
HSL276.14º93.26%34.9%-
HSV(B)276.14º96.51%67.45%-
XYZ13.466.1739.51-
YUV54.82194.13164.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 172 (67.58% from 255) = 60.56%
R=37.32%
G=2.11%
B=60.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10661720.380.9700.33276.1493.2634.9
Hex6A6AC26610211145d23
Octal15262544614104142413543
Binary110101011010101100100110110000101000011000101001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A06AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,6,172); }

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

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

 a { background-color: rgb(106,6,172); }

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

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

 span { border-color: rgb(106,6,172); }

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