#6D12CA

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

Shades of Purple Heart #6D12CA

Tints of Purple Heart #6D12CA

Color information

#6D12CA (or 0x6D12CA) is unknown color: approx Purple Heart. HEX triplet: 6D, 12 and CA. RGB value is (109,18,202). Sum of RGB (Red+Green+Blue) = 109+18+202=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D12CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D12CA is #92ED35. Grayscale: #414141. Windows color (decimal): -9628982 or 13242989. OLE color: 13242989.

HSL color Cylindrical-coordinate representation of color #6D12CA: hue angle of 269.67º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D12CA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10918202-
CMYK0.460.9100.21
HSL269.67º83.64%43.14%-
HSV(B)269.67º91.09%79.22%-
XYZ17.187.9556.51-
YUV66.18204.65158.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.13%
GREEN value IS 18 (7.42% from 255) = 5.47%
BLUE value IS 202 (79.30% from 255) = 61.40%
R=33.13%
G=5.47%
B=61.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109182020.460.9100.21269.6783.6443.14
Hex6D12CA2E5B01510e542b
Octal155223125613302541612453
Binary1101101100101100101010111010110110101011000011101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D12CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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