Shades of Han Purple #5309DF
Tints of Han Purple #5309DF
RGB
CMYK
RGB Variations
Color information
#5309DF (or 0x5309DF) is known color: Han Purple. HEX triplet: 53, 09 and DF. RGB value is (83,9,223). Sum of RGB (Red+Green+Blue) = 83+9+223=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #5309DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5309DF is #ACF620. Grayscale: #363636. Windows color (decimal): -11335201 or 14616915. OLE color: 14616915.
HSL color Cylindrical-coordinate representation of color #5309DF: hue angle of 260.75º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5309DF is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 9 | 223 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.13 |
| HSL | 260.75º | 0.92% | 0.45% | - |
| HSV(B) | 260.75º | 0.96% | 0.87% | - |
| XYZ | 16.98 | 7.36 | 70.34 | - |
| YUV | 55.52 | 222.52 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 223 | 0.63 | 0.96 | 0 | 0.13 | 260.75 | 0.92 | 0.45 |
| Hex | 53 | 9 | DF | 3F | 60 | 0 | D | 105 | 5C | 2D |
| Octal | 123 | 11 | 337 | 77 | 140 | 0 | 15 | 405 | 134 | 55 |
| Binary | 1010011 | 1001 | 11011111 | 111111 | 1100000 | 0 | 1101 | 100000101 | 1011100 | 101101 |
Color Harmonies of #5309DF
Complementary color
Monochromatic Colors of #5309DF
Black with #5309DF
Text Example
Text Example
White with #5309DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5309DF; }
p { color: rgb(83,9,223); }
H1.HeaderClassName
{
color: #5309DF;
}
.AnyTagClassName
{
color: #5309DF;
}
</style>
background-color css
<style>
a { background-color: #5309DF; }
a { background-color: rgb(83,9,223); }
div.DivClassName
{
background-color: #5309DF;
}
.BgClassName
{
background-color: #5309DF;
}
</style>
border-color css
<style>
span { border-color: #5309DF; }
span { border-color: rgb(83,9,223); }
td.TdClassName
{
border-color: #5309DF;
}
.TagClassName
{
border-color: #5309DF;
}
</style>