Shades of Purple Heart #6031CB
Tints of Purple Heart #6031CB
RGB
CMYK
RGB Variations
Color information
#6031CB (or 0x6031CB) is known color: Purple Heart. HEX triplet: 60, 31 and CB. RGB value is (96,49,203). Sum of RGB (Red+Green+Blue) = 96+49+203=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #6031CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6031CB is #9FCE34. Grayscale: #505050. Windows color (decimal): -10473013 or 13316448. OLE color: 13316448.
HSL color Cylindrical-coordinate representation of color #6031CB: hue angle of 258.31º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6031CB is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 49 | 203 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.20 |
| HSL | 258.31º | 0.61% | 0.49% | - |
| HSV(B) | 258.31º | 0.76% | 0.8% | - |
| XYZ | 16.7 | 9 | 57.36 | - |
| YUV | 80.61 | 197.07 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 203 | 0.53 | 0.76 | 0 | 0.20 | 258.31 | 0.61 | 0.49 |
| Hex | 60 | 31 | CB | 35 | 4C | 0 | 14 | 102 | 3D | 31 |
| Octal | 140 | 61 | 313 | 65 | 114 | 0 | 24 | 402 | 75 | 61 |
| Binary | 1100000 | 110001 | 11001011 | 110101 | 1001100 | 0 | 10100 | 100000010 | 111101 | 110001 |
Color Harmonies of #6031CB
Complementary color
Monochromatic Colors of #6031CB
Black with #6031CB
Text Example
Text Example
White with #6031CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6031CB; }
p { color: rgb(96,49,203); }
H1.HeaderClassName
{
color: #6031CB;
}
.AnyTagClassName
{
color: #6031CB;
}
</style>
background-color css
<style>
a { background-color: #6031CB; }
a { background-color: rgb(96,49,203); }
div.DivClassName
{
background-color: #6031CB;
}
.BgClassName
{
background-color: #6031CB;
}
</style>
border-color css
<style>
span { border-color: #6031CB; }
span { border-color: rgb(96,49,203); }
td.TdClassName
{
border-color: #6031CB;
}
.TagClassName
{
border-color: #6031CB;
}
</style>