#6D12B6

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

Shades of Purple Heart #6D12B6

Tints of Purple Heart #6D12B6

Color information

#6D12B6 (or 0x6D12B6) is unknown color: approx Purple Heart. HEX triplet: 6D, 12 and B6. RGB value is (109,18,182). Sum of RGB (Red+Green+Blue) = 109+18+182=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #6D12B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D12B6 is #92ED49. Grayscale: #3F3F3F. Windows color (decimal): -9629002 or 11932269. OLE color: 11932269.

HSL color Cylindrical-coordinate representation of color #6D12B6: hue angle of 273.29º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D12B6 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10918182-
CMYK0.400.9000.29
HSL273.29º82%39.22%-
HSV(B)273.29º90.11%71.37%-
XYZ14.977.0644.83-
YUV63.9194.65160.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 18 (7.42% from 255) = 5.83%
BLUE value IS 182 (71.48% from 255) = 58.90%
R=35.28%
G=5.83%
B=58.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal109181820.400.9000.29273.298239.22
Hex6D12B6285A01D1115227
Octal155222665013203542112247
Binary1101101100101011011010100010110100111011000100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D12B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,18,182); }

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

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

 a { background-color: rgb(109,18,182); }

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

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

 span { border-color: rgb(109,18,182); }

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