Shades of Purple Heart #6A0BCB
Tints of Purple Heart #6A0BCB
RGB
CMYK
RGB Variations
Color information
#6A0BCB (or 0x6A0BCB) is known color: Purple Heart. HEX triplet: 6A, 0B and CB. RGB value is (106,11,203). Sum of RGB (Red+Green+Blue) = 106+11+203=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A0BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0BCB is #95F434. Grayscale: #3C3C3C. Windows color (decimal): -9827381 or 13306730. OLE color: 13306730.
HSL color Cylindrical-coordinate representation of color #6A0BCB: hue angle of 269.69º 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 #6A0BCB is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 11 | 203 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.20 |
| HSL | 269.69º | 0.9% | 0.42% | - |
| HSV(B) | 269.69º | 0.95% | 0.8% | - |
| XYZ | 16.84 | 7.62 | 57.08 | - |
| YUV | 61.29 | 207.97 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 203 | 0.48 | 0.95 | 0 | 0.20 | 269.69 | 0.9 | 0.42 |
| Hex | 6A | B | CB | 30 | 5F | 0 | 14 | 10E | 5A | 2A |
| Octal | 152 | 13 | 313 | 60 | 137 | 0 | 24 | 416 | 132 | 52 |
| Binary | 1101010 | 1011 | 11001011 | 110000 | 1011111 | 0 | 10100 | 100001110 | 1011010 | 101010 |
Color Harmonies of #6A0BCB
Complementary color
Monochromatic Colors of #6A0BCB
Black with #6A0BCB
Text Example
Text Example
White with #6A0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0BCB; }
p { color: rgb(106,11,203); }
H1.HeaderClassName
{
color: #6A0BCB;
}
.AnyTagClassName
{
color: #6A0BCB;
}
</style>
background-color css
<style>
a { background-color: #6A0BCB; }
a { background-color: rgb(106,11,203); }
div.DivClassName
{
background-color: #6A0BCB;
}
.BgClassName
{
background-color: #6A0BCB;
}
</style>
border-color css
<style>
span { border-color: #6A0BCB; }
span { border-color: rgb(106,11,203); }
td.TdClassName
{
border-color: #6A0BCB;
}
.TagClassName
{
border-color: #6A0BCB;
}
</style>