#6A11AC

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

Shades of Purple Heart #6A11AC

Tints of Purple Heart #6A11AC

Color information

#6A11AC (or 0x6A11AC) is unknown color: approx Purple Heart. HEX triplet: 6A, 11 and AC. RGB value is (106,17,172). Sum of RGB (Red+Green+Blue) = 106+17+172=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A11AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A11AC is #95EE53. Grayscale: #3C3C3C. Windows color (decimal): -9825876 or 11276650. OLE color: 11276650.

HSL color Cylindrical-coordinate representation of color #6A11AC: hue angle of 274.45º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A11AC is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10617172-
CMYK0.380.9000.33
HSL274.45º82.01%37.06%-
HSV(B)274.45º90.12%67.45%-
XYZ13.596.4439.56-
YUV61.28190.49159.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 17 (7.03% from 255) = 5.76%
BLUE value IS 172 (67.58% from 255) = 58.31%
R=35.93%
G=5.76%
B=58.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106171720.380.9000.33274.4582.0137.06
Hex6A11AC265A0211125225
Octal152212544613204142212245
Binary11010101000110101100100110101101001000011000100101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A11AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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