Shades of Han Purple #5F1CFD
Tints of Han Purple #5F1CFD
RGB
CMYK
RGB Variations
Color information
#5F1CFD (or 0x5F1CFD) is known color: Han Purple. HEX triplet: 5F, 1C and FD. RGB value is (95,28,253). Sum of RGB (Red+Green+Blue) = 95+28+253=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F1CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F1CFD is #A0E302. Grayscale: #484848. Windows color (decimal): -10543875 or 16587871. OLE color: 16587871.
HSL color Cylindrical-coordinate representation of color #5F1CFD: hue angle of 257.87º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F1CFD is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 28 | 253 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.01 |
| HSL | 257.87º | 0.98% | 0.55% | - |
| HSV(B) | 257.87º | 0.89% | 0.99% | - |
| XYZ | 22.86 | 10.36 | 93.72 | - |
| YUV | 73.68 | 229.2 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 28 | 253 | 0.62 | 0.89 | 0 | 0.01 | 257.87 | 0.98 | 0.55 |
| Hex | 5F | 1C | FD | 3E | 59 | 0 | 1 | 102 | 62 | 37 |
| Octal | 137 | 34 | 375 | 76 | 131 | 0 | 1 | 402 | 142 | 67 |
| Binary | 1011111 | 11100 | 11111101 | 111110 | 1011001 | 0 | 1 | 100000010 | 1100010 | 110111 |
Color Harmonies of #5F1CFD
Complementary color
Monochromatic Colors of #5F1CFD
Black with #5F1CFD
Text Example
Text Example
White with #5F1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1CFD; }
p { color: rgb(95,28,253); }
H1.HeaderClassName
{
color: #5F1CFD;
}
.AnyTagClassName
{
color: #5F1CFD;
}
</style>
background-color css
<style>
a { background-color: #5F1CFD; }
a { background-color: rgb(95,28,253); }
div.DivClassName
{
background-color: #5F1CFD;
}
.BgClassName
{
background-color: #5F1CFD;
}
</style>
border-color css
<style>
span { border-color: #5F1CFD; }
span { border-color: rgb(95,28,253); }
td.TdClassName
{
border-color: #5F1CFD;
}
.TagClassName
{
border-color: #5F1CFD;
}
</style>