Shades of Han Purple #5D2FFF
Tints of Han Purple #5D2FFF
RGB
CMYK
RGB Variations
Color information
#5D2FFF (or 0x5D2FFF) is known color: Han Purple. HEX triplet: 5D, 2F and FF. RGB value is (93,47,255). Sum of RGB (Red+Green+Blue) = 93+47+255=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D2FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2FFF is #A2D000. Grayscale: #535353. Windows color (decimal): -10670081 or 16723805. OLE color: 16723805.
HSL color Cylindrical-coordinate representation of color #5D2FFF: hue angle of 253.27º 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 #5D2FFF is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 47 | 255 | - |
| CMYK | 0.64 | 0.82 | 0 | 0 |
| HSL | 253.27º | 1% | 0.59% | - |
| HSV(B) | 253.27º | 0.82% | 1% | - |
| XYZ | 23.58 | 11.58 | 95.6 | - |
| YUV | 84.47 | 224.24 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 255 | 0.64 | 0.82 | 0 | 0 | 253.27 | 1 | 0.59 |
| Hex | 5D | 2F | FF | 40 | 52 | 0 | 0 | FD | 64 | 3B |
| Octal | 135 | 57 | 377 | 100 | 122 | 0 | 0 | 375 | 144 | 73 |
| Binary | 1011101 | 101111 | 11111111 | 1000000 | 1010010 | 0 | 0 | 11111101 | 1100100 | 111011 |
Color Harmonies of #5D2FFF
Complementary color
Monochromatic Colors of #5D2FFF
Black with #5D2FFF
Text Example
Text Example
White with #5D2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2FFF; }
p { color: rgb(93,47,255); }
H1.HeaderClassName
{
color: #5D2FFF;
}
.AnyTagClassName
{
color: #5D2FFF;
}
</style>
background-color css
<style>
a { background-color: #5D2FFF; }
a { background-color: rgb(93,47,255); }
div.DivClassName
{
background-color: #5D2FFF;
}
.BgClassName
{
background-color: #5D2FFF;
}
</style>
border-color css
<style>
span { border-color: #5D2FFF; }
span { border-color: rgb(93,47,255); }
td.TdClassName
{
border-color: #5D2FFF;
}
.TagClassName
{
border-color: #5D2FFF;
}
</style>