Shades of Purple Heart #6D0FCA
Tints of Purple Heart #6D0FCA
RGB
CMYK
RGB Variations
Color information
#6D0FCA (or 0x6D0FCA) is known color: Purple Heart. HEX triplet: 6D, 0F and CA. RGB value is (109,15,202). Sum of RGB (Red+Green+Blue) = 109+15+202=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D0FCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0FCA is #92F035. Grayscale: #3F3F3F. Windows color (decimal): -9629750 or 13242221. OLE color: 13242221.
HSL color Cylindrical-coordinate representation of color #6D0FCA: hue angle of 270.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0FCA is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 15 | 202 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.21 |
| HSL | 270.16º | 0.86% | 0.43% | - |
| HSV(B) | 270.16º | 0.93% | 0.79% | - |
| XYZ | 17.14 | 7.86 | 56.49 | - |
| YUV | 64.42 | 205.64 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 15 | 202 | 0.46 | 0.93 | 0 | 0.21 | 270.16 | 0.86 | 0.43 |
| Hex | 6D | F | CA | 2E | 5D | 0 | 15 | 10E | 56 | 2B |
| Octal | 155 | 17 | 312 | 56 | 135 | 0 | 25 | 416 | 126 | 53 |
| Binary | 1101101 | 1111 | 11001010 | 101110 | 1011101 | 0 | 10101 | 100001110 | 1010110 | 101011 |
Color Harmonies of #6D0FCA
Complementary color
Monochromatic Colors of #6D0FCA
Black with #6D0FCA
Text Example
Text Example
White with #6D0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0FCA; }
p { color: rgb(109,15,202); }
H1.HeaderClassName
{
color: #6D0FCA;
}
.AnyTagClassName
{
color: #6D0FCA;
}
</style>
background-color css
<style>
a { background-color: #6D0FCA; }
a { background-color: rgb(109,15,202); }
div.DivClassName
{
background-color: #6D0FCA;
}
.BgClassName
{
background-color: #6D0FCA;
}
</style>
border-color css
<style>
span { border-color: #6D0FCA; }
span { border-color: rgb(109,15,202); }
td.TdClassName
{
border-color: #6D0FCA;
}
.TagClassName
{
border-color: #6D0FCA;
}
</style>