Shades of Purple Heart #6D0BCB
Tints of Purple Heart #6D0BCB
RGB
CMYK
RGB Variations
Color information
#6D0BCB (or 0x6D0BCB) is known color: Purple Heart. HEX triplet: 6D, 0B and CB. RGB value is (109,11,203). Sum of RGB (Red+Green+Blue) = 109+11+203=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D0BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0BCB is #92F434. Grayscale: #3D3D3D. Windows color (decimal): -9630773 or 13306733. OLE color: 13306733.
HSL color Cylindrical-coordinate representation of color #6D0BCB: hue angle of 270.62º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0BCB is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 11 | 203 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.20 |
| HSL | 270.63º | 0.9% | 0.42% | - |
| HSV(B) | 270.63º | 0.95% | 0.8% | - |
| XYZ | 17.21 | 7.8 | 57.1 | - |
| YUV | 62.19 | 207.47 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 203 | 0.46 | 0.95 | 0 | 0.20 | 270.63 | 0.9 | 0.42 |
| Hex | 6D | B | CB | 2E | 5F | 0 | 14 | 10F | 5A | 2A |
| Octal | 155 | 13 | 313 | 56 | 137 | 0 | 24 | 417 | 132 | 52 |
| Binary | 1101101 | 1011 | 11001011 | 101110 | 1011111 | 0 | 10100 | 100001111 | 1011010 | 101010 |
Color Harmonies of #6D0BCB
Complementary color
Monochromatic Colors of #6D0BCB
Black with #6D0BCB
Text Example
Text Example
White with #6D0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0BCB; }
p { color: rgb(109,11,203); }
H1.HeaderClassName
{
color: #6D0BCB;
}
.AnyTagClassName
{
color: #6D0BCB;
}
</style>
background-color css
<style>
a { background-color: #6D0BCB; }
a { background-color: rgb(109,11,203); }
div.DivClassName
{
background-color: #6D0BCB;
}
.BgClassName
{
background-color: #6D0BCB;
}
</style>
border-color css
<style>
span { border-color: #6D0BCB; }
span { border-color: rgb(109,11,203); }
td.TdClassName
{
border-color: #6D0BCB;
}
.TagClassName
{
border-color: #6D0BCB;
}
</style>