Shades of Purple Heart #6C2ACB
Tints of Purple Heart #6C2ACB
RGB
CMYK
RGB Variations
Color information
#6C2ACB (or 0x6C2ACB) is known color: Purple Heart. HEX triplet: 6C, 2A and CB. RGB value is (108,42,203). Sum of RGB (Red+Green+Blue) = 108+42+203=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C2ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2ACB is #93D534. Grayscale: #4F4F4F. Windows color (decimal): -9688373 or 13314668. OLE color: 13314668.
HSL color Cylindrical-coordinate representation of color #6C2ACB: hue angle of 264.6º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2ACB is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 42 | 203 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.20 |
| HSL | 264.6º | 0.66% | 0.48% | - |
| HSV(B) | 264.6º | 0.79% | 0.8% | - |
| XYZ | 17.79 | 9.16 | 57.33 | - |
| YUV | 80.09 | 197.37 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 203 | 0.47 | 0.79 | 0 | 0.20 | 264.6 | 0.66 | 0.48 |
| Hex | 6C | 2A | CB | 2F | 4F | 0 | 14 | 109 | 42 | 30 |
| Octal | 154 | 52 | 313 | 57 | 117 | 0 | 24 | 411 | 102 | 60 |
| Binary | 1101100 | 101010 | 11001011 | 101111 | 1001111 | 0 | 10100 | 100001001 | 1000010 | 110000 |
Color Harmonies of #6C2ACB
Complementary color
Monochromatic Colors of #6C2ACB
Black with #6C2ACB
Text Example
Text Example
White with #6C2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2ACB; }
p { color: rgb(108,42,203); }
H1.HeaderClassName
{
color: #6C2ACB;
}
.AnyTagClassName
{
color: #6C2ACB;
}
</style>
background-color css
<style>
a { background-color: #6C2ACB; }
a { background-color: rgb(108,42,203); }
div.DivClassName
{
background-color: #6C2ACB;
}
.BgClassName
{
background-color: #6C2ACB;
}
</style>
border-color css
<style>
span { border-color: #6C2ACB; }
span { border-color: rgb(108,42,203); }
td.TdClassName
{
border-color: #6C2ACB;
}
.TagClassName
{
border-color: #6C2ACB;
}
</style>