Shades of Purple Heart #6C28BC
Tints of Purple Heart #6C28BC
RGB
CMYK
RGB Variations
Color information
#6C28BC (or 0x6C28BC) is known color: Purple Heart. HEX triplet: 6C, 28 and BC. RGB value is (108,40,188). Sum of RGB (Red+Green+Blue) = 108+40+188=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C28BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C28BC is #93D743. Grayscale: #4C4C4C. Windows color (decimal): -9688900 or 12331116. OLE color: 12331116.
HSL color Cylindrical-coordinate representation of color #6C28BC: hue angle of 267.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C28BC is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 40 | 188 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.26 |
| HSL | 267.57º | 0.65% | 0.45% | - |
| HSV(B) | 267.57º | 0.79% | 0.74% | - |
| XYZ | 16.02 | 8.34 | 48.34 | - |
| YUV | 77.2 | 190.53 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 188 | 0.43 | 0.79 | 0 | 0.26 | 267.57 | 0.65 | 0.45 |
| Hex | 6C | 28 | BC | 2B | 4F | 0 | 1A | 10C | 41 | 2D |
| Octal | 154 | 50 | 274 | 53 | 117 | 0 | 32 | 414 | 101 | 55 |
| Binary | 1101100 | 101000 | 10111100 | 101011 | 1001111 | 0 | 11010 | 100001100 | 1000001 | 101101 |
Color Harmonies of #6C28BC
Complementary color
Monochromatic Colors of #6C28BC
Black with #6C28BC
Text Example
Text Example
White with #6C28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C28BC; }
p { color: rgb(108,40,188); }
H1.HeaderClassName
{
color: #6C28BC;
}
.AnyTagClassName
{
color: #6C28BC;
}
</style>
background-color css
<style>
a { background-color: #6C28BC; }
a { background-color: rgb(108,40,188); }
div.DivClassName
{
background-color: #6C28BC;
}
.BgClassName
{
background-color: #6C28BC;
}
</style>
border-color css
<style>
span { border-color: #6C28BC; }
span { border-color: rgb(108,40,188); }
td.TdClassName
{
border-color: #6C28BC;
}
.TagClassName
{
border-color: #6C28BC;
}
</style>