Shades of Han Purple #582AF1
Tints of Han Purple #582AF1
RGB
CMYK
RGB Variations
Color information
#582AF1 (or 0x582AF1) is known color: Han Purple. HEX triplet: 58, 2A and F1. RGB value is (88,42,241). Sum of RGB (Red+Green+Blue) = 88+42+241=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #582AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582AF1 is #A7D50E. Grayscale: #4D4D4D. Windows color (decimal): -10999055 or 15805016. OLE color: 15805016.
HSL color Cylindrical-coordinate representation of color #582AF1: hue angle of 253.87º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #582AF1 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 42 | 241 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.05 |
| HSL | 253.87º | 0.88% | 0.55% | - |
| HSV(B) | 253.87º | 0.83% | 0.95% | - |
| XYZ | 20.73 | 10.08 | 84.07 | - |
| YUV | 78.44 | 219.74 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 241 | 0.63 | 0.83 | 0 | 0.05 | 253.87 | 0.88 | 0.55 |
| Hex | 58 | 2A | F1 | 3F | 53 | 0 | 5 | FE | 58 | 37 |
| Octal | 130 | 52 | 361 | 77 | 123 | 0 | 5 | 376 | 130 | 67 |
| Binary | 1011000 | 101010 | 11110001 | 111111 | 1010011 | 0 | 101 | 11111110 | 1011000 | 110111 |
Color Harmonies of #582AF1
Complementary color
Monochromatic Colors of #582AF1
Black with #582AF1
Text Example
Text Example
White with #582AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582AF1; }
p { color: rgb(88,42,241); }
H1.HeaderClassName
{
color: #582AF1;
}
.AnyTagClassName
{
color: #582AF1;
}
</style>
background-color css
<style>
a { background-color: #582AF1; }
a { background-color: rgb(88,42,241); }
div.DivClassName
{
background-color: #582AF1;
}
.BgClassName
{
background-color: #582AF1;
}
</style>
border-color css
<style>
span { border-color: #582AF1; }
span { border-color: rgb(88,42,241); }
td.TdClassName
{
border-color: #582AF1;
}
.TagClassName
{
border-color: #582AF1;
}
</style>