Shades of Han Purple #5307DE
Tints of Han Purple #5307DE
RGB
CMYK
RGB Variations
Color information
#5307DE (or 0x5307DE) is known color: Han Purple. HEX triplet: 53, 07 and DE. RGB value is (83,7,222). Sum of RGB (Red+Green+Blue) = 83+7+222=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 222 (87.11% from 255 or 71.15% from 312); Max value from RGB is 222 - color contains mainly: blue. Hex color #5307DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5307DE is #ACF821. Grayscale: #353535. Windows color (decimal): -11335714 or 14550867. OLE color: 14550867.
HSL color Cylindrical-coordinate representation of color #5307DE: hue angle of 261.21º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5307DE is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 7 | 222 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.13 |
| HSL | 261.21º | 0.94% | 0.45% | - |
| HSV(B) | 261.21º | 0.97% | 0.87% | - |
| XYZ | 16.83 | 7.26 | 69.62 | - |
| YUV | 54.23 | 222.68 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 222 | 0.63 | 0.97 | 0 | 0.13 | 261.21 | 0.94 | 0.45 |
| Hex | 53 | 7 | DE | 3F | 61 | 0 | D | 105 | 5E | 2D |
| Octal | 123 | 7 | 336 | 77 | 141 | 0 | 15 | 405 | 136 | 55 |
| Binary | 1010011 | 111 | 11011110 | 111111 | 1100001 | 0 | 1101 | 100000101 | 1011110 | 101101 |
Color Harmonies of #5307DE
Complementary color
Monochromatic Colors of #5307DE
Black with #5307DE
Text Example
Text Example
White with #5307DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5307DE; }
p { color: rgb(83,7,222); }
H1.HeaderClassName
{
color: #5307DE;
}
.AnyTagClassName
{
color: #5307DE;
}
</style>
background-color css
<style>
a { background-color: #5307DE; }
a { background-color: rgb(83,7,222); }
div.DivClassName
{
background-color: #5307DE;
}
.BgClassName
{
background-color: #5307DE;
}
</style>
border-color css
<style>
span { border-color: #5307DE; }
span { border-color: rgb(83,7,222); }
td.TdClassName
{
border-color: #5307DE;
}
.TagClassName
{
border-color: #5307DE;
}
</style>