Shades of Han Purple #582DFF
Tints of Han Purple #582DFF
RGB
CMYK
RGB Variations
Color information
#582DFF (or 0x582DFF) is known color: Han Purple. HEX triplet: 58, 2D and FF. RGB value is (88,45,255). Sum of RGB (Red+Green+Blue) = 88+45+255=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #582DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582DFF is #A7D200. Grayscale: #515151. Windows color (decimal): -10998273 or 16723288. OLE color: 16723288.
HSL color Cylindrical-coordinate representation of color #582DFF: hue angle of 252.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582DFF is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 45 | 255 | - |
| CMYK | 0.65 | 0.82 | 0 | 0 |
| HSL | 252.29º | 1% | 0.59% | - |
| HSV(B) | 252.29º | 0.82% | 1% | - |
| XYZ | 23.01 | 11.17 | 95.55 | - |
| YUV | 81.8 | 225.75 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 255 | 0.65 | 0.82 | 0 | 0 | 252.29 | 1 | 0.59 |
| Hex | 58 | 2D | FF | 41 | 52 | 0 | 0 | FC | 64 | 3B |
| Octal | 130 | 55 | 377 | 101 | 122 | 0 | 0 | 374 | 144 | 73 |
| Binary | 1011000 | 101101 | 11111111 | 1000001 | 1010010 | 0 | 0 | 11111100 | 1100100 | 111011 |
Color Harmonies of #582DFF
Complementary color
Monochromatic Colors of #582DFF
Black with #582DFF
Text Example
Text Example
White with #582DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582DFF; }
p { color: rgb(88,45,255); }
H1.HeaderClassName
{
color: #582DFF;
}
.AnyTagClassName
{
color: #582DFF;
}
</style>
background-color css
<style>
a { background-color: #582DFF; }
a { background-color: rgb(88,45,255); }
div.DivClassName
{
background-color: #582DFF;
}
.BgClassName
{
background-color: #582DFF;
}
</style>
border-color css
<style>
span { border-color: #582DFF; }
span { border-color: rgb(88,45,255); }
td.TdClassName
{
border-color: #582DFF;
}
.TagClassName
{
border-color: #582DFF;
}
</style>