Shades of Purple Heart #6D0CA4
Tints of Purple Heart #6D0CA4
RGB
CMYK
RGB Variations
Color information
#6D0CA4 (or 0x6D0CA4) is known color: Purple Heart. HEX triplet: 6D, 0C and A4. RGB value is (109,12,164). Sum of RGB (Red+Green+Blue) = 109+12+164=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 164 (64.45% from 255 or 57.54% from 285); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D0CA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0CA4 is #92F35B. Grayscale: #393939. Windows color (decimal): -9630556 or 10751085. OLE color: 10751085.
HSL color Cylindrical-coordinate representation of color #6D0CA4: hue angle of 278.29º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0CA4 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 12 | 164 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.36 |
| HSL | 278.29º | 0.86% | 0.35% | - |
| HSV(B) | 278.29º | 0.93% | 0.64% | - |
| XYZ | 13.14 | 6.19 | 35.63 | - |
| YUV | 58.33 | 187.64 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 164 | 0.34 | 0.93 | 0 | 0.36 | 278.29 | 0.86 | 0.35 |
| Hex | 6D | C | A4 | 22 | 5D | 0 | 24 | 116 | 56 | 23 |
| Octal | 155 | 14 | 244 | 42 | 135 | 0 | 44 | 426 | 126 | 43 |
| Binary | 1101101 | 1100 | 10100100 | 100010 | 1011101 | 0 | 100100 | 100010110 | 1010110 | 100011 |
Color Harmonies of #6D0CA4
Complementary color
Monochromatic Colors of #6D0CA4
Black with #6D0CA4
Text Example
Text Example
White with #6D0CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0CA4; }
p { color: rgb(109,12,164); }
H1.HeaderClassName
{
color: #6D0CA4;
}
.AnyTagClassName
{
color: #6D0CA4;
}
</style>
background-color css
<style>
a { background-color: #6D0CA4; }
a { background-color: rgb(109,12,164); }
div.DivClassName
{
background-color: #6D0CA4;
}
.BgClassName
{
background-color: #6D0CA4;
}
</style>
border-color css
<style>
span { border-color: #6D0CA4; }
span { border-color: rgb(109,12,164); }
td.TdClassName
{
border-color: #6D0CA4;
}
.TagClassName
{
border-color: #6D0CA4;
}
</style>