Shades of Han Purple #5D35FF
Tints of Han Purple #5D35FF
RGB
CMYK
RGB Variations
Color information
#5D35FF (or 0x5D35FF) is known color: Han Purple. HEX triplet: 5D, 35 and FF. RGB value is (93,53,255). Sum of RGB (Red+Green+Blue) = 93+53+255=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D35FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D35FF is #A2CA00. Grayscale: #575757. Windows color (decimal): -10668545 or 16725341. OLE color: 16725341.
HSL color Cylindrical-coordinate representation of color #5D35FF: hue angle of 251.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D35FF is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 53 | 255 | - |
| CMYK | 0.64 | 0.79 | 0 | 0 |
| HSL | 251.88º | 1% | 0.6% | - |
| HSV(B) | 251.88º | 0.79% | 1% | - |
| XYZ | 23.84 | 12.09 | 95.69 | - |
| YUV | 87.99 | 222.25 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 255 | 0.64 | 0.79 | 0 | 0 | 251.88 | 1 | 0.6 |
| Hex | 5D | 35 | FF | 40 | 4F | 0 | 0 | FC | 64 | 3C |
| Octal | 135 | 65 | 377 | 100 | 117 | 0 | 0 | 374 | 144 | 74 |
| Binary | 1011101 | 110101 | 11111111 | 1000000 | 1001111 | 0 | 0 | 11111100 | 1100100 | 111100 |
Color Harmonies of #5D35FF
Complementary color
Monochromatic Colors of #5D35FF
Black with #5D35FF
Text Example
Text Example
White with #5D35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D35FF; }
p { color: rgb(93,53,255); }
H1.HeaderClassName
{
color: #5D35FF;
}
.AnyTagClassName
{
color: #5D35FF;
}
</style>
background-color css
<style>
a { background-color: #5D35FF; }
a { background-color: rgb(93,53,255); }
div.DivClassName
{
background-color: #5D35FF;
}
.BgClassName
{
background-color: #5D35FF;
}
</style>
border-color css
<style>
span { border-color: #5D35FF; }
span { border-color: rgb(93,53,255); }
td.TdClassName
{
border-color: #5D35FF;
}
.TagClassName
{
border-color: #5D35FF;
}
</style>