#6D11A9

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

Shades of Purple Heart #6D11A9

Tints of Purple Heart #6D11A9

Color information

#6D11A9 (or 0x6D11A9) is unknown color: approx Purple Heart. HEX triplet: 6D, 11 and A9. RGB value is (109,17,169). Sum of RGB (Red+Green+Blue) = 109+17+169=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #6D11A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D11A9 is #92EE56. Grayscale: #3D3D3D. Windows color (decimal): -9629271 or 11080045. OLE color: 11080045.

HSL color Cylindrical-coordinate representation of color #6D11A9: hue angle of 276.32º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D11A9 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10917169-
CMYK0.360.9000.34
HSL276.32º81.72%36.47%-
HSV(B)276.32º89.94%66.27%-
XYZ13.676.5238.07-
YUV61.84188.48161.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.95%
GREEN value IS 17 (7.03% from 255) = 5.76%
BLUE value IS 169 (66.41% from 255) = 57.29%
R=36.95%
G=5.76%
B=57.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal109171690.360.9000.34276.3281.7236.47
Hex6D11A9245A0221145224
Octal155212514413204242412244
Binary11011011000110101001100100101101001000101000101001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D11A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,17,169); }

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

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

 a { background-color: rgb(109,17,169); }

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

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

 span { border-color: rgb(109,17,169); }

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