Shades of Han Purple #5305D2
Tints of Han Purple #5305D2
RGB
CMYK
RGB Variations
Color information
#5305D2 (or 0x5305D2) is known color: Han Purple. HEX triplet: 53, 05 and D2. RGB value is (83,5,210). Sum of RGB (Red+Green+Blue) = 83+5+210=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 210 (82.42% from 255 or 70.47% from 298); Max value from RGB is 210 - color contains mainly: blue. Hex color #5305D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5305D2 is #ACFA2D. Grayscale: #323232. Windows color (decimal): -11336238 or 13763923. OLE color: 13763923.
HSL color Cylindrical-coordinate representation of color #5305D2: hue angle of 262.83º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5305D2 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 5 | 210 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.18 |
| HSL | 262.83º | 0.95% | 0.42% | - |
| HSV(B) | 262.83º | 0.98% | 0.82% | - |
| XYZ | 15.25 | 6.6 | 61.44 | - |
| YUV | 51.69 | 217.34 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 210 | 0.60 | 0.98 | 0 | 0.18 | 262.83 | 0.95 | 0.42 |
| Hex | 53 | 5 | D2 | 3C | 62 | 0 | 12 | 107 | 5F | 2A |
| Octal | 123 | 5 | 322 | 74 | 142 | 0 | 22 | 407 | 137 | 52 |
| Binary | 1010011 | 101 | 11010010 | 111100 | 1100010 | 0 | 10010 | 100000111 | 1011111 | 101010 |
Color Harmonies of #5305D2
Complementary color
Monochromatic Colors of #5305D2
Black with #5305D2
Text Example
Text Example
White with #5305D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5305D2; }
p { color: rgb(83,5,210); }
H1.HeaderClassName
{
color: #5305D2;
}
.AnyTagClassName
{
color: #5305D2;
}
</style>
background-color css
<style>
a { background-color: #5305D2; }
a { background-color: rgb(83,5,210); }
div.DivClassName
{
background-color: #5305D2;
}
.BgClassName
{
background-color: #5305D2;
}
</style>
border-color css
<style>
span { border-color: #5305D2; }
span { border-color: rgb(83,5,210); }
td.TdClassName
{
border-color: #5305D2;
}
.TagClassName
{
border-color: #5305D2;
}
</style>