Shades of Han Purple #5302DB
Tints of Han Purple #5302DB
RGB
CMYK
RGB Variations
Color information
#5302DB (or 0x5302DB) is known color: Han Purple. HEX triplet: 53, 02 and DB. RGB value is (83,2,219). Sum of RGB (Red+Green+Blue) = 83+2+219=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #5302DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5302DB is #ACFD24. Grayscale: #323232. Windows color (decimal): -11336997 or 14352979. OLE color: 14352979.
HSL color Cylindrical-coordinate representation of color #5302DB: hue angle of 262.4º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302DB is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 2 | 219 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.14 |
| HSL | 262.4º | 0.98% | 0.43% | - |
| HSV(B) | 262.4º | 0.99% | 0.86% | - |
| XYZ | 16.38 | 7 | 67.51 | - |
| YUV | 50.96 | 222.84 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 219 | 0.62 | 0.99 | 0 | 0.14 | 262.4 | 0.98 | 0.43 |
| Hex | 53 | 2 | DB | 3E | 63 | 0 | E | 106 | 62 | 2B |
| Octal | 123 | 2 | 333 | 76 | 143 | 0 | 16 | 406 | 142 | 53 |
| Binary | 1010011 | 10 | 11011011 | 111110 | 1100011 | 0 | 1110 | 100000110 | 1100010 | 101011 |
Color Harmonies of #5302DB
Complementary color
Monochromatic Colors of #5302DB
Black with #5302DB
Text Example
Text Example
White with #5302DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5302DB; }
p { color: rgb(83,2,219); }
H1.HeaderClassName
{
color: #5302DB;
}
.AnyTagClassName
{
color: #5302DB;
}
</style>
background-color css
<style>
a { background-color: #5302DB; }
a { background-color: rgb(83,2,219); }
div.DivClassName
{
background-color: #5302DB;
}
.BgClassName
{
background-color: #5302DB;
}
</style>
border-color css
<style>
span { border-color: #5302DB; }
span { border-color: rgb(83,2,219); }
td.TdClassName
{
border-color: #5302DB;
}
.TagClassName
{
border-color: #5302DB;
}
</style>