Shades of Han Purple #5307FE
Tints of Han Purple #5307FE
RGB
CMYK
RGB Variations
Color information
#5307FE (or 0x5307FE) is known color: Han Purple. HEX triplet: 53, 07 and FE. RGB value is (83,7,254). Sum of RGB (Red+Green+Blue) = 83+7+254=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #5307FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5307FE is #ACF801. Grayscale: #383838. Windows color (decimal): -11335682 or 16648019. OLE color: 16648019.
HSL color Cylindrical-coordinate representation of color #5307FE: hue angle of 258.46º 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 #5307FE is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 7 | 254 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.00 |
| HSL | 258.46º | 0.99% | 0.51% | - |
| HSV(B) | 258.46º | 0.97% | 1% | - |
| XYZ | 21.53 | 9.15 | 94.4 | - |
| YUV | 57.88 | 238.68 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 254 | 0.67 | 0.97 | 0 | 0.00 | 258.46 | 0.99 | 0.51 |
| Hex | 53 | 7 | FE | 43 | 61 | 0 | 0 | 102 | 63 | 33 |
| Octal | 123 | 7 | 376 | 103 | 141 | 0 | 0 | 402 | 143 | 63 |
| Binary | 1010011 | 111 | 11111110 | 1000011 | 1100001 | 0 | 0 | 100000010 | 1100011 | 110011 |
Color Harmonies of #5307FE
Complementary color
Monochromatic Colors of #5307FE
Black with #5307FE
Text Example
Text Example
White with #5307FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5307FE; }
p { color: rgb(83,7,254); }
H1.HeaderClassName
{
color: #5307FE;
}
.AnyTagClassName
{
color: #5307FE;
}
</style>
background-color css
<style>
a { background-color: #5307FE; }
a { background-color: rgb(83,7,254); }
div.DivClassName
{
background-color: #5307FE;
}
.BgClassName
{
background-color: #5307FE;
}
</style>
border-color css
<style>
span { border-color: #5307FE; }
span { border-color: rgb(83,7,254); }
td.TdClassName
{
border-color: #5307FE;
}
.TagClassName
{
border-color: #5307FE;
}
</style>