Shades of Han Purple #5308DE
Tints of Han Purple #5308DE
RGB
CMYK
RGB Variations
Color information
#5308DE (or 0x5308DE) is known color: Han Purple. HEX triplet: 53, 08 and DE. RGB value is (83,8,222). Sum of RGB (Red+Green+Blue) = 83+8+222=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #5308DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308DE is #ACF721. Grayscale: #363636. Windows color (decimal): -11335458 or 14551123. OLE color: 14551123.
HSL color Cylindrical-coordinate representation of color #5308DE: hue angle of 261.03º degrees, saturation: 0.93, 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 #5308DE is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 8 | 222 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.13 |
| HSL | 261.03º | 0.93% | 0.45% | - |
| HSV(B) | 261.03º | 0.96% | 0.87% | - |
| XYZ | 16.84 | 7.29 | 69.63 | - |
| YUV | 54.82 | 222.35 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 222 | 0.63 | 0.96 | 0 | 0.13 | 261.03 | 0.93 | 0.45 |
| Hex | 53 | 8 | DE | 3F | 60 | 0 | D | 105 | 5D | 2D |
| Octal | 123 | 10 | 336 | 77 | 140 | 0 | 15 | 405 | 135 | 55 |
| Binary | 1010011 | 1000 | 11011110 | 111111 | 1100000 | 0 | 1101 | 100000101 | 1011101 | 101101 |
Color Harmonies of #5308DE
Complementary color
Monochromatic Colors of #5308DE
Black with #5308DE
Text Example
Text Example
White with #5308DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5308DE; }
p { color: rgb(83,8,222); }
H1.HeaderClassName
{
color: #5308DE;
}
.AnyTagClassName
{
color: #5308DE;
}
</style>
background-color css
<style>
a { background-color: #5308DE; }
a { background-color: rgb(83,8,222); }
div.DivClassName
{
background-color: #5308DE;
}
.BgClassName
{
background-color: #5308DE;
}
</style>
border-color css
<style>
span { border-color: #5308DE; }
span { border-color: rgb(83,8,222); }
td.TdClassName
{
border-color: #5308DE;
}
.TagClassName
{
border-color: #5308DE;
}
</style>