Shades of Purple Heart #6C28BB
Tints of Purple Heart #6C28BB
RGB
CMYK
RGB Variations
Color information
#6C28BB (or 0x6C28BB) is known color: Purple Heart. HEX triplet: 6C, 28 and BB. RGB value is (108,40,187). Sum of RGB (Red+Green+Blue) = 108+40+187=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C28BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C28BB is #93D744. Grayscale: #4C4C4C. Windows color (decimal): -9688901 or 12265580. OLE color: 12265580.
HSL color Cylindrical-coordinate representation of color #6C28BB: hue angle of 267.76º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C28BB is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 40 | 187 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.27 |
| HSL | 267.76º | 0.65% | 0.45% | - |
| HSV(B) | 267.76º | 0.79% | 0.73% | - |
| XYZ | 15.91 | 8.29 | 47.78 | - |
| YUV | 77.09 | 190.03 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 187 | 0.42 | 0.79 | 0 | 0.27 | 267.76 | 0.65 | 0.45 |
| Hex | 6C | 28 | BB | 2A | 4F | 0 | 1B | 10C | 41 | 2D |
| Octal | 154 | 50 | 273 | 52 | 117 | 0 | 33 | 414 | 101 | 55 |
| Binary | 1101100 | 101000 | 10111011 | 101010 | 1001111 | 0 | 11011 | 100001100 | 1000001 | 101101 |
Color Harmonies of #6C28BB
Complementary color
Monochromatic Colors of #6C28BB
Black with #6C28BB
Text Example
Text Example
White with #6C28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C28BB; }
p { color: rgb(108,40,187); }
H1.HeaderClassName
{
color: #6C28BB;
}
.AnyTagClassName
{
color: #6C28BB;
}
</style>
background-color css
<style>
a { background-color: #6C28BB; }
a { background-color: rgb(108,40,187); }
div.DivClassName
{
background-color: #6C28BB;
}
.BgClassName
{
background-color: #6C28BB;
}
</style>
border-color css
<style>
span { border-color: #6C28BB; }
span { border-color: rgb(108,40,187); }
td.TdClassName
{
border-color: #6C28BB;
}
.TagClassName
{
border-color: #6C28BB;
}
</style>