Shades of Purple Heart #6C28E0
Tints of Purple Heart #6C28E0
RGB
CMYK
RGB Variations
Color information
#6C28E0 (or 0x6C28E0) is known color: Purple Heart. HEX triplet: 6C, 28 and E0. RGB value is (108,40,224). Sum of RGB (Red+Green+Blue) = 108+40+224=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C28E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C28E0 is #93D71F. Grayscale: #505050. Windows color (decimal): -9688864 or 14690412. OLE color: 14690412.
HSL color Cylindrical-coordinate representation of color #6C28E0: hue angle of 262.17º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C28E0 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 40 | 224 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.12 |
| HSL | 262.17º | 0.75% | 0.52% | - |
| HSV(B) | 262.17º | 0.82% | 0.88% | - |
| XYZ | 20.4 | 10.09 | 71.39 | - |
| YUV | 81.31 | 208.53 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 224 | 0.52 | 0.82 | 0 | 0.12 | 262.17 | 0.75 | 0.52 |
| Hex | 6C | 28 | E0 | 34 | 52 | 0 | C | 106 | 4B | 34 |
| Octal | 154 | 50 | 340 | 64 | 122 | 0 | 14 | 406 | 113 | 64 |
| Binary | 1101100 | 101000 | 11100000 | 110100 | 1010010 | 0 | 1100 | 100000110 | 1001011 | 110100 |
Color Harmonies of #6C28E0
Complementary color
Monochromatic Colors of #6C28E0
Black with #6C28E0
Text Example
Text Example
White with #6C28E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C28E0; }
p { color: rgb(108,40,224); }
H1.HeaderClassName
{
color: #6C28E0;
}
.AnyTagClassName
{
color: #6C28E0;
}
</style>
background-color css
<style>
a { background-color: #6C28E0; }
a { background-color: rgb(108,40,224); }
div.DivClassName
{
background-color: #6C28E0;
}
.BgClassName
{
background-color: #6C28E0;
}
</style>
border-color css
<style>
span { border-color: #6C28E0; }
span { border-color: rgb(108,40,224); }
td.TdClassName
{
border-color: #6C28E0;
}
.TagClassName
{
border-color: #6C28E0;
}
</style>