Shades of Han Purple #5302DF
Tints of Han Purple #5302DF
RGB
CMYK
RGB Variations
Color information
#5302DF (or 0x5302DF) is known color: Han Purple. HEX triplet: 53, 02 and DF. RGB value is (83,2,223). Sum of RGB (Red+Green+Blue) = 83+2+223=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #5302DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5302DF is #ACFD20. Grayscale: #323232. Windows color (decimal): -11336993 or 14615123. OLE color: 14615123.
HSL color Cylindrical-coordinate representation of color #5302DF: hue angle of 261.99º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302DF is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 2 | 223 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.13 |
| HSL | 261.99º | 0.98% | 0.44% | - |
| HSV(B) | 261.99º | 0.99% | 0.87% | - |
| XYZ | 16.91 | 7.21 | 70.31 | - |
| YUV | 51.41 | 224.84 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 223 | 0.63 | 0.99 | 0 | 0.13 | 261.99 | 0.98 | 0.44 |
| Hex | 53 | 2 | DF | 3F | 63 | 0 | D | 106 | 62 | 2C |
| Octal | 123 | 2 | 337 | 77 | 143 | 0 | 15 | 406 | 142 | 54 |
| Binary | 1010011 | 10 | 11011111 | 111111 | 1100011 | 0 | 1101 | 100000110 | 1100010 | 101100 |
Color Harmonies of #5302DF
Complementary color
Monochromatic Colors of #5302DF
Black with #5302DF
Text Example
Text Example
White with #5302DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5302DF; }
p { color: rgb(83,2,223); }
H1.HeaderClassName
{
color: #5302DF;
}
.AnyTagClassName
{
color: #5302DF;
}
</style>
background-color css
<style>
a { background-color: #5302DF; }
a { background-color: rgb(83,2,223); }
div.DivClassName
{
background-color: #5302DF;
}
.BgClassName
{
background-color: #5302DF;
}
</style>
border-color css
<style>
span { border-color: #5302DF; }
span { border-color: rgb(83,2,223); }
td.TdClassName
{
border-color: #5302DF;
}
.TagClassName
{
border-color: #5302DF;
}
</style>