Shades of Han Purple #5630FC
Tints of Han Purple #5630FC
RGB
CMYK
RGB Variations
Color information
#5630FC (or 0x5630FC) is known color: Han Purple. HEX triplet: 56, 30 and FC. RGB value is (86,48,252). Sum of RGB (Red+Green+Blue) = 86+48+252=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #5630FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5630FC is #A9CF03. Grayscale: #515151. Windows color (decimal): -11128580 or 16527446. OLE color: 16527446.
HSL color Cylindrical-coordinate representation of color #5630FC: hue angle of 251.18º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5630FC is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 48 | 252 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.01 |
| HSL | 251.18º | 0.97% | 0.59% | - |
| HSV(B) | 251.18º | 0.81% | 0.99% | - |
| XYZ | 22.47 | 11.12 | 93.06 | - |
| YUV | 82.62 | 223.59 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 252 | 0.66 | 0.81 | 0 | 0.01 | 251.18 | 0.97 | 0.59 |
| Hex | 56 | 30 | FC | 42 | 51 | 0 | 1 | FB | 61 | 3B |
| Octal | 126 | 60 | 374 | 102 | 121 | 0 | 1 | 373 | 141 | 73 |
| Binary | 1010110 | 110000 | 11111100 | 1000010 | 1010001 | 0 | 1 | 11111011 | 1100001 | 111011 |
Color Harmonies of #5630FC
Complementary color
Monochromatic Colors of #5630FC
Black with #5630FC
Text Example
Text Example
White with #5630FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5630FC; }
p { color: rgb(86,48,252); }
H1.HeaderClassName
{
color: #5630FC;
}
.AnyTagClassName
{
color: #5630FC;
}
</style>
background-color css
<style>
a { background-color: #5630FC; }
a { background-color: rgb(86,48,252); }
div.DivClassName
{
background-color: #5630FC;
}
.BgClassName
{
background-color: #5630FC;
}
</style>
border-color css
<style>
span { border-color: #5630FC; }
span { border-color: rgb(86,48,252); }
td.TdClassName
{
border-color: #5630FC;
}
.TagClassName
{
border-color: #5630FC;
}
</style>