Shades of Han Purple #5634FE
Tints of Han Purple #5634FE
RGB
CMYK
RGB Variations
Color information
#5634FE (or 0x5634FE) is known color: Han Purple. HEX triplet: 56, 34 and FE. RGB value is (86,52,254). Sum of RGB (Red+Green+Blue) = 86+52+254=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #5634FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5634FE is #A9CB01. Grayscale: #545454. Windows color (decimal): -11127554 or 16659542. OLE color: 16659542.
HSL color Cylindrical-coordinate representation of color #5634FE: hue angle of 250.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5634FE is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 52 | 254 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.00 |
| HSL | 250.1º | 0.99% | 0.6% | - |
| HSV(B) | 250.1º | 0.8% | 1% | - |
| XYZ | 22.96 | 11.59 | 94.79 | - |
| YUV | 85.19 | 223.26 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 254 | 0.66 | 0.80 | 0 | 0.00 | 250.1 | 0.99 | 0.6 |
| Hex | 56 | 34 | FE | 42 | 50 | 0 | 0 | FA | 63 | 3C |
| Octal | 126 | 64 | 376 | 102 | 120 | 0 | 0 | 372 | 143 | 74 |
| Binary | 1010110 | 110100 | 11111110 | 1000010 | 1010000 | 0 | 0 | 11111010 | 1100011 | 111100 |
Color Harmonies of #5634FE
Complementary color
Monochromatic Colors of #5634FE
Black with #5634FE
Text Example
Text Example
White with #5634FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5634FE; }
p { color: rgb(86,52,254); }
H1.HeaderClassName
{
color: #5634FE;
}
.AnyTagClassName
{
color: #5634FE;
}
</style>
background-color css
<style>
a { background-color: #5634FE; }
a { background-color: rgb(86,52,254); }
div.DivClassName
{
background-color: #5634FE;
}
.BgClassName
{
background-color: #5634FE;
}
</style>
border-color css
<style>
span { border-color: #5634FE; }
span { border-color: rgb(86,52,254); }
td.TdClassName
{
border-color: #5634FE;
}
.TagClassName
{
border-color: #5634FE;
}
</style>