Shades of Purple Heart #5306CC
Tints of Purple Heart #5306CC
RGB
CMYK
RGB Variations
Color information
#5306CC (or 0x5306CC) is known color: Purple Heart. HEX triplet: 53, 06 and CC. RGB value is (83,6,204). Sum of RGB (Red+Green+Blue) = 83+6+204=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #5306CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5306CC is #ACF933. Grayscale: #323232. Windows color (decimal): -11335988 or 13370963. OLE color: 13370963.
HSL color Cylindrical-coordinate representation of color #5306CC: hue angle of 263.33º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5306CC is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 6 | 204 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.2 |
| HSL | 263.33º | 0.94% | 0.41% | - |
| HSV(B) | 263.33º | 0.97% | 0.8% | - |
| XYZ | 14.53 | 6.33 | 57.58 | - |
| YUV | 51.6 | 214.01 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 204 | 0.59 | 0.97 | 0 | 0.2 | 263.33 | 0.94 | 0.41 |
| Hex | 53 | 6 | CC | 3B | 61 | 0 | 14 | 107 | 5E | 29 |
| Octal | 123 | 6 | 314 | 73 | 141 | 0 | 24 | 407 | 136 | 51 |
| Binary | 1010011 | 110 | 11001100 | 111011 | 1100001 | 0 | 10100 | 100000111 | 1011110 | 101001 |
Color Harmonies of #5306CC
Complementary color
Monochromatic Colors of #5306CC
Black with #5306CC
Text Example
Text Example
White with #5306CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5306CC; }
p { color: rgb(83,6,204); }
H1.HeaderClassName
{
color: #5306CC;
}
.AnyTagClassName
{
color: #5306CC;
}
</style>
background-color css
<style>
a { background-color: #5306CC; }
a { background-color: rgb(83,6,204); }
div.DivClassName
{
background-color: #5306CC;
}
.BgClassName
{
background-color: #5306CC;
}
</style>
border-color css
<style>
span { border-color: #5306CC; }
span { border-color: rgb(83,6,204); }
td.TdClassName
{
border-color: #5306CC;
}
.TagClassName
{
border-color: #5306CC;
}
</style>