Shades of Purple Heart #5308CE
Tints of Purple Heart #5308CE
RGB
CMYK
RGB Variations
Color information
#5308CE (or 0x5308CE) is known color: Purple Heart. HEX triplet: 53, 08 and CE. RGB value is (83,8,206). Sum of RGB (Red+Green+Blue) = 83+8+206=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #5308CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308CE is #ACF731. Grayscale: #343434. Windows color (decimal): -11335474 or 13502547. OLE color: 13502547.
HSL color Cylindrical-coordinate representation of color #5308CE: hue angle of 262.73º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5308CE is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 8 | 206 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.19 |
| HSL | 262.73º | 0.93% | 0.42% | - |
| HSV(B) | 262.73º | 0.96% | 0.81% | - |
| XYZ | 14.79 | 6.47 | 58.86 | - |
| YUV | 53 | 214.35 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 206 | 0.60 | 0.96 | 0 | 0.19 | 262.73 | 0.93 | 0.42 |
| Hex | 53 | 8 | CE | 3C | 60 | 0 | 13 | 107 | 5D | 2A |
| Octal | 123 | 10 | 316 | 74 | 140 | 0 | 23 | 407 | 135 | 52 |
| Binary | 1010011 | 1000 | 11001110 | 111100 | 1100000 | 0 | 10011 | 100000111 | 1011101 | 101010 |
Color Harmonies of #5308CE
Complementary color
Monochromatic Colors of #5308CE
Black with #5308CE
Text Example
Text Example
White with #5308CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5308CE; }
p { color: rgb(83,8,206); }
H1.HeaderClassName
{
color: #5308CE;
}
.AnyTagClassName
{
color: #5308CE;
}
</style>
background-color css
<style>
a { background-color: #5308CE; }
a { background-color: rgb(83,8,206); }
div.DivClassName
{
background-color: #5308CE;
}
.BgClassName
{
background-color: #5308CE;
}
</style>
border-color css
<style>
span { border-color: #5308CE; }
span { border-color: rgb(83,8,206); }
td.TdClassName
{
border-color: #5308CE;
}
.TagClassName
{
border-color: #5308CE;
}
</style>