Shades of Purple Heart #6B0BCB
Tints of Purple Heart #6B0BCB
RGB
CMYK
RGB Variations
Color information
#6B0BCB (or 0x6B0BCB) is known color: Purple Heart. HEX triplet: 6B, 0B and CB. RGB value is (107,11,203). Sum of RGB (Red+Green+Blue) = 107+11+203=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B0BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0BCB is #94F434. Grayscale: #3C3C3C. Windows color (decimal): -9761845 or 13306731. OLE color: 13306731.
HSL color Cylindrical-coordinate representation of color #6B0BCB: hue angle of 270º 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 #6B0BCB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 11 | 203 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.20 |
| HSL | 270º | 0.9% | 0.42% | - |
| HSV(B) | 270º | 0.95% | 0.8% | - |
| XYZ | 16.96 | 7.68 | 57.09 | - |
| YUV | 61.59 | 207.8 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 203 | 0.47 | 0.95 | 0 | 0.20 | 270 | 0.9 | 0.42 |
| Hex | 6B | B | CB | 2F | 5F | 0 | 14 | 10E | 5A | 2A |
| Octal | 153 | 13 | 313 | 57 | 137 | 0 | 24 | 416 | 132 | 52 |
| Binary | 1101011 | 1011 | 11001011 | 101111 | 1011111 | 0 | 10100 | 100001110 | 1011010 | 101010 |
Color Harmonies of #6B0BCB
Complementary color
Monochromatic Colors of #6B0BCB
Black with #6B0BCB
Text Example
Text Example
White with #6B0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0BCB; }
p { color: rgb(107,11,203); }
H1.HeaderClassName
{
color: #6B0BCB;
}
.AnyTagClassName
{
color: #6B0BCB;
}
</style>
background-color css
<style>
a { background-color: #6B0BCB; }
a { background-color: rgb(107,11,203); }
div.DivClassName
{
background-color: #6B0BCB;
}
.BgClassName
{
background-color: #6B0BCB;
}
</style>
border-color css
<style>
span { border-color: #6B0BCB; }
span { border-color: rgb(107,11,203); }
td.TdClassName
{
border-color: #6B0BCB;
}
.TagClassName
{
border-color: #6B0BCB;
}
</style>