Shades of Han Purple #5633FD
Tints of Han Purple #5633FD
RGB
CMYK
RGB Variations
Color information
#5633FD (or 0x5633FD) is known color: Han Purple. HEX triplet: 56, 33 and FD. RGB value is (86,51,253). Sum of RGB (Red+Green+Blue) = 86+51+253=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #5633FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5633FD is #A9CC02. Grayscale: #535353. Windows color (decimal): -11127811 or 16593750. OLE color: 16593750.
HSL color Cylindrical-coordinate representation of color #5633FD: hue angle of 250.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5633FD is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 51 | 253 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.01 |
| HSL | 250.4º | 0.98% | 0.6% | - |
| HSV(B) | 250.4º | 0.8% | 0.99% | - |
| XYZ | 22.75 | 11.44 | 93.94 | - |
| YUV | 84.49 | 223.1 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 253 | 0.66 | 0.80 | 0 | 0.01 | 250.4 | 0.98 | 0.6 |
| Hex | 56 | 33 | FD | 42 | 50 | 0 | 1 | FA | 62 | 3C |
| Octal | 126 | 63 | 375 | 102 | 120 | 0 | 1 | 372 | 142 | 74 |
| Binary | 1010110 | 110011 | 11111101 | 1000010 | 1010000 | 0 | 1 | 11111010 | 1100010 | 111100 |
Color Harmonies of #5633FD
Complementary color
Monochromatic Colors of #5633FD
Black with #5633FD
Text Example
Text Example
White with #5633FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5633FD; }
p { color: rgb(86,51,253); }
H1.HeaderClassName
{
color: #5633FD;
}
.AnyTagClassName
{
color: #5633FD;
}
</style>
background-color css
<style>
a { background-color: #5633FD; }
a { background-color: rgb(86,51,253); }
div.DivClassName
{
background-color: #5633FD;
}
.BgClassName
{
background-color: #5633FD;
}
</style>
border-color css
<style>
span { border-color: #5633FD; }
span { border-color: rgb(86,51,253); }
td.TdClassName
{
border-color: #5633FD;
}
.TagClassName
{
border-color: #5633FD;
}
</style>