Shades of Han Purple #5D30EA
Tints of Han Purple #5D30EA
RGB
CMYK
RGB Variations
Color information
#5D30EA (or 0x5D30EA) is known color: Han Purple. HEX triplet: 5D, 30 and EA. RGB value is (93,48,234). Sum of RGB (Red+Green+Blue) = 93+48+234=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D30EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D30EA is #A2CF15. Grayscale: #515151. Windows color (decimal): -10669846 or 15347805. OLE color: 15347805.
HSL color Cylindrical-coordinate representation of color #5D30EA: hue angle of 254.52º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D30EA is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 48 | 234 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.08 |
| HSL | 254.52º | 0.82% | 0.55% | - |
| HSV(B) | 254.52º | 0.79% | 0.92% | - |
| XYZ | 20.42 | 10.38 | 78.77 | - |
| YUV | 82.66 | 213.41 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 234 | 0.60 | 0.79 | 0 | 0.08 | 254.52 | 0.82 | 0.55 |
| Hex | 5D | 30 | EA | 3C | 4F | 0 | 8 | FF | 52 | 37 |
| Octal | 135 | 60 | 352 | 74 | 117 | 0 | 10 | 377 | 122 | 67 |
| Binary | 1011101 | 110000 | 11101010 | 111100 | 1001111 | 0 | 1000 | 11111111 | 1010010 | 110111 |
Color Harmonies of #5D30EA
Complementary color
Monochromatic Colors of #5D30EA
Black with #5D30EA
Text Example
Text Example
White with #5D30EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D30EA; }
p { color: rgb(93,48,234); }
H1.HeaderClassName
{
color: #5D30EA;
}
.AnyTagClassName
{
color: #5D30EA;
}
</style>
background-color css
<style>
a { background-color: #5D30EA; }
a { background-color: rgb(93,48,234); }
div.DivClassName
{
background-color: #5D30EA;
}
.BgClassName
{
background-color: #5D30EA;
}
</style>
border-color css
<style>
span { border-color: #5D30EA; }
span { border-color: rgb(93,48,234); }
td.TdClassName
{
border-color: #5D30EA;
}
.TagClassName
{
border-color: #5D30EA;
}
</style>