Shades of Han Purple #5623F9
Tints of Han Purple #5623F9
RGB
CMYK
RGB Variations
Color information
#5623F9 (or 0x5623F9) is known color: Han Purple. HEX triplet: 56, 23 and F9. RGB value is (86,35,249). Sum of RGB (Red+Green+Blue) = 86+35+249=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 249 (97.66% from 255 or 67.30% from 370); Max value from RGB is 249 - color contains mainly: blue. Hex color #5623F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5623F9 is #A9DC06. Grayscale: #494949. Windows color (decimal): -11131911 or 16327510. OLE color: 16327510.
HSL color Cylindrical-coordinate representation of color #5623F9: hue angle of 254.3º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5623F9 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 35 | 249 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.02 |
| HSL | 254.3º | 0.95% | 0.56% | - |
| HSV(B) | 254.3º | 0.86% | 0.98% | - |
| XYZ | 21.54 | 10.02 | 90.42 | - |
| YUV | 74.65 | 226.4 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 249 | 0.65 | 0.86 | 0 | 0.02 | 254.3 | 0.95 | 0.56 |
| Hex | 56 | 23 | F9 | 41 | 56 | 0 | 2 | FE | 5F | 38 |
| Octal | 126 | 43 | 371 | 101 | 126 | 0 | 2 | 376 | 137 | 70 |
| Binary | 1010110 | 100011 | 11111001 | 1000001 | 1010110 | 0 | 10 | 11111110 | 1011111 | 111000 |
Color Harmonies of #5623F9
Complementary color
Monochromatic Colors of #5623F9
Black with #5623F9
Text Example
Text Example
White with #5623F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5623F9; }
p { color: rgb(86,35,249); }
H1.HeaderClassName
{
color: #5623F9;
}
.AnyTagClassName
{
color: #5623F9;
}
</style>
background-color css
<style>
a { background-color: #5623F9; }
a { background-color: rgb(86,35,249); }
div.DivClassName
{
background-color: #5623F9;
}
.BgClassName
{
background-color: #5623F9;
}
</style>
border-color css
<style>
span { border-color: #5623F9; }
span { border-color: rgb(86,35,249); }
td.TdClassName
{
border-color: #5623F9;
}
.TagClassName
{
border-color: #5623F9;
}
</style>