#6D0EAD

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

Shades of Purple Heart #6D0EAD

Tints of Purple Heart #6D0EAD

Color information

#6D0EAD (or 0x6D0EAD) is unknown color: approx Purple Heart. HEX triplet: 6D, 0E and AD. RGB value is (109,14,173). Sum of RGB (Red+Green+Blue) = 109+14+173=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D0EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0EAD is #92F152. Grayscale: #3B3B3B. Windows color (decimal): -9630035 or 11341421. OLE color: 11341421.

HSL color Cylindrical-coordinate representation of color #6D0EAD: hue angle of 275.85º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0EAD is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10914173-
CMYK0.370.9200.32
HSL275.85º85.03%36.67%-
HSV(B)275.85º91.91%67.84%-
XYZ14.016.5840.07-
YUV60.53191.47162.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.82%
GREEN value IS 14 (5.86% from 255) = 4.73%
BLUE value IS 173 (67.97% from 255) = 58.45%
R=36.82%
G=4.73%
B=58.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109141730.370.9200.32275.8585.0336.67
Hex6DEAD255C0201145525
Octal155162554513404042412545
Binary1101101111010101101100101101110001000001000101001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,14,173); }

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

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

 a { background-color: rgb(109,14,173); }

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

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

 span { border-color: rgb(109,14,173); }

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