Shades of Han Purple #5308FE
Tints of Han Purple #5308FE
RGB
CMYK
RGB Variations
Color information
#5308FE (or 0x5308FE) is known color: Han Purple. HEX triplet: 53, 08 and FE. RGB value is (83,8,254). Sum of RGB (Red+Green+Blue) = 83+8+254=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #5308FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5308FE is #ACF701. Grayscale: #393939. Windows color (decimal): -11335426 or 16648275. OLE color: 16648275.
HSL color Cylindrical-coordinate representation of color #5308FE: hue angle of 258.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5308FE is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 8 | 254 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.00 |
| HSL | 258.29º | 0.99% | 0.51% | - |
| HSV(B) | 258.29º | 0.97% | 1% | - |
| XYZ | 21.54 | 9.17 | 94.4 | - |
| YUV | 58.47 | 238.35 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 254 | 0.67 | 0.97 | 0 | 0.00 | 258.29 | 0.99 | 0.51 |
| Hex | 53 | 8 | FE | 43 | 61 | 0 | 0 | 102 | 63 | 33 |
| Octal | 123 | 10 | 376 | 103 | 141 | 0 | 0 | 402 | 143 | 63 |
| Binary | 1010011 | 1000 | 11111110 | 1000011 | 1100001 | 0 | 0 | 100000010 | 1100011 | 110011 |
Color Harmonies of #5308FE
Complementary color
Monochromatic Colors of #5308FE
Black with #5308FE
Text Example
Text Example
White with #5308FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5308FE; }
p { color: rgb(83,8,254); }
H1.HeaderClassName
{
color: #5308FE;
}
.AnyTagClassName
{
color: #5308FE;
}
</style>
background-color css
<style>
a { background-color: #5308FE; }
a { background-color: rgb(83,8,254); }
div.DivClassName
{
background-color: #5308FE;
}
.BgClassName
{
background-color: #5308FE;
}
</style>
border-color css
<style>
span { border-color: #5308FE; }
span { border-color: rgb(83,8,254); }
td.TdClassName
{
border-color: #5308FE;
}
.TagClassName
{
border-color: #5308FE;
}
</style>