Shades of Purple Heart #6028CB
Tints of Purple Heart #6028CB
RGB
CMYK
RGB Variations
Color information
#6028CB (or 0x6028CB) is known color: Purple Heart. HEX triplet: 60, 28 and CB. RGB value is (96,40,203). Sum of RGB (Red+Green+Blue) = 96+40+203=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #6028CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6028CB is #9FD734. Grayscale: #4A4A4A. Windows color (decimal): -10475317 or 13314144. OLE color: 13314144.
HSL color Cylindrical-coordinate representation of color #6028CB: hue angle of 260.61º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6028CB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 40 | 203 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.20 |
| HSL | 260.61º | 0.67% | 0.48% | - |
| HSV(B) | 260.61º | 0.8% | 0.8% | - |
| XYZ | 16.36 | 8.32 | 57.24 | - |
| YUV | 75.33 | 200.05 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 203 | 0.53 | 0.80 | 0 | 0.20 | 260.61 | 0.67 | 0.48 |
| Hex | 60 | 28 | CB | 35 | 50 | 0 | 14 | 105 | 43 | 30 |
| Octal | 140 | 50 | 313 | 65 | 120 | 0 | 24 | 405 | 103 | 60 |
| Binary | 1100000 | 101000 | 11001011 | 110101 | 1010000 | 0 | 10100 | 100000101 | 1000011 | 110000 |
Color Harmonies of #6028CB
Complementary color
Monochromatic Colors of #6028CB
Black with #6028CB
Text Example
Text Example
White with #6028CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6028CB; }
p { color: rgb(96,40,203); }
H1.HeaderClassName
{
color: #6028CB;
}
.AnyTagClassName
{
color: #6028CB;
}
</style>
background-color css
<style>
a { background-color: #6028CB; }
a { background-color: rgb(96,40,203); }
div.DivClassName
{
background-color: #6028CB;
}
.BgClassName
{
background-color: #6028CB;
}
</style>
border-color css
<style>
span { border-color: #6028CB; }
span { border-color: rgb(96,40,203); }
td.TdClassName
{
border-color: #6028CB;
}
.TagClassName
{
border-color: #6028CB;
}
</style>