Shades of Han Purple #5827F3
Tints of Han Purple #5827F3
RGB
CMYK
RGB Variations
Color information
#5827F3 (or 0x5827F3) is known color: Han Purple. HEX triplet: 58, 27 and F3. RGB value is (88,39,243). Sum of RGB (Red+Green+Blue) = 88+39+243=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 243 (95.31% from 255 or 65.68% from 370); Max value from RGB is 243 - color contains mainly: blue. Hex color #5827F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5827F3 is #A7D80C. Grayscale: #4C4C4C. Windows color (decimal): -10999821 or 15935320. OLE color: 15935320.
HSL color Cylindrical-coordinate representation of color #5827F3: hue angle of 254.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5827F3 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 39 | 243 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.05 |
| HSL | 254.41º | 0.89% | 0.55% | - |
| HSV(B) | 254.41º | 0.84% | 0.95% | - |
| XYZ | 20.93 | 10 | 85.62 | - |
| YUV | 76.91 | 221.73 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 243 | 0.64 | 0.84 | 0 | 0.05 | 254.41 | 0.89 | 0.55 |
| Hex | 58 | 27 | F3 | 40 | 54 | 0 | 5 | FE | 59 | 37 |
| Octal | 130 | 47 | 363 | 100 | 124 | 0 | 5 | 376 | 131 | 67 |
| Binary | 1011000 | 100111 | 11110011 | 1000000 | 1010100 | 0 | 101 | 11111110 | 1011001 | 110111 |
Color Harmonies of #5827F3
Complementary color
Monochromatic Colors of #5827F3
Black with #5827F3
Text Example
Text Example
White with #5827F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5827F3; }
p { color: rgb(88,39,243); }
H1.HeaderClassName
{
color: #5827F3;
}
.AnyTagClassName
{
color: #5827F3;
}
</style>
background-color css
<style>
a { background-color: #5827F3; }
a { background-color: rgb(88,39,243); }
div.DivClassName
{
background-color: #5827F3;
}
.BgClassName
{
background-color: #5827F3;
}
</style>
border-color css
<style>
span { border-color: #5827F3; }
span { border-color: rgb(88,39,243); }
td.TdClassName
{
border-color: #5827F3;
}
.TagClassName
{
border-color: #5827F3;
}
</style>