Shades of Purple Heart #6C0DB3
Tints of Purple Heart #6C0DB3
RGB
CMYK
RGB Variations
Color information
#6C0DB3 (or 0x6C0DB3) is known color: Purple Heart. HEX triplet: 6C, 0D and B3. RGB value is (108,13,179). Sum of RGB (Red+Green+Blue) = 108+13+179=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C0DB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0DB3 is #93F24C. Grayscale: #3B3B3B. Windows color (decimal): -9695821 or 11734380. OLE color: 11734380.
HSL color Cylindrical-coordinate representation of color #6C0DB3: hue angle of 274.34º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0DB3 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 13 | 179 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.30 |
| HSL | 274.34º | 0.86% | 0.38% | - |
| HSV(B) | 274.34º | 0.93% | 0.7% | - |
| XYZ | 14.46 | 6.73 | 43.18 | - |
| YUV | 60.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 179 | 0.40 | 0.93 | 0 | 0.30 | 274.34 | 0.86 | 0.38 |
| Hex | 6C | D | B3 | 28 | 5D | 0 | 1E | 112 | 56 | 26 |
| Octal | 154 | 15 | 263 | 50 | 135 | 0 | 36 | 422 | 126 | 46 |
| Binary | 1101100 | 1101 | 10110011 | 101000 | 1011101 | 0 | 11110 | 100010010 | 1010110 | 100110 |
Color Harmonies of #6C0DB3
Complementary color
Monochromatic Colors of #6C0DB3
Black with #6C0DB3
Text Example
Text Example
White with #6C0DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0DB3; }
p { color: rgb(108,13,179); }
H1.HeaderClassName
{
color: #6C0DB3;
}
.AnyTagClassName
{
color: #6C0DB3;
}
</style>
background-color css
<style>
a { background-color: #6C0DB3; }
a { background-color: rgb(108,13,179); }
div.DivClassName
{
background-color: #6C0DB3;
}
.BgClassName
{
background-color: #6C0DB3;
}
</style>
border-color css
<style>
span { border-color: #6C0DB3; }
span { border-color: rgb(108,13,179); }
td.TdClassName
{
border-color: #6C0DB3;
}
.TagClassName
{
border-color: #6C0DB3;
}
</style>