Shades of Han Purple #5632FD
Tints of Han Purple #5632FD
RGB
CMYK
RGB Variations
Color information
#5632FD (or 0x5632FD) is known color: Han Purple. HEX triplet: 56, 32 and FD. RGB value is (86,50,253). Sum of RGB (Red+Green+Blue) = 86+50+253=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #5632FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5632FD is #A9CD02. Grayscale: #535353. Windows color (decimal): -11128067 or 16593494. OLE color: 16593494.
HSL color Cylindrical-coordinate representation of color #5632FD: hue angle of 250.64º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5632FD is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 50 | 253 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.01 |
| HSL | 250.64º | 0.98% | 0.59% | - |
| HSV(B) | 250.64º | 0.8% | 0.99% | - |
| XYZ | 22.71 | 11.35 | 93.92 | - |
| YUV | 83.91 | 223.43 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 253 | 0.66 | 0.80 | 0 | 0.01 | 250.64 | 0.98 | 0.59 |
| Hex | 56 | 32 | FD | 42 | 50 | 0 | 1 | FB | 62 | 3B |
| Octal | 126 | 62 | 375 | 102 | 120 | 0 | 1 | 373 | 142 | 73 |
| Binary | 1010110 | 110010 | 11111101 | 1000010 | 1010000 | 0 | 1 | 11111011 | 1100010 | 111011 |
Color Harmonies of #5632FD
Complementary color
Monochromatic Colors of #5632FD
Black with #5632FD
Text Example
Text Example
White with #5632FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5632FD; }
p { color: rgb(86,50,253); }
H1.HeaderClassName
{
color: #5632FD;
}
.AnyTagClassName
{
color: #5632FD;
}
</style>
background-color css
<style>
a { background-color: #5632FD; }
a { background-color: rgb(86,50,253); }
div.DivClassName
{
background-color: #5632FD;
}
.BgClassName
{
background-color: #5632FD;
}
</style>
border-color css
<style>
span { border-color: #5632FD; }
span { border-color: rgb(86,50,253); }
td.TdClassName
{
border-color: #5632FD;
}
.TagClassName
{
border-color: #5632FD;
}
</style>