Shades of Han Purple #5F1CFC
Tints of Han Purple #5F1CFC
RGB
CMYK
RGB Variations
Color information
#5F1CFC (or 0x5F1CFC) is known color: Han Purple. HEX triplet: 5F, 1C and FC. RGB value is (95,28,252). Sum of RGB (Red+Green+Blue) = 95+28+252=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F1CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F1CFC is #A0E303. Grayscale: #484848. Windows color (decimal): -10543876 or 16522335. OLE color: 16522335.
HSL color Cylindrical-coordinate representation of color #5F1CFC: hue angle of 257.95º degrees, saturation: 0.97, 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 #5F1CFC is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 28 | 252 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.01 |
| HSL | 257.95º | 0.97% | 0.55% | - |
| HSV(B) | 257.95º | 0.89% | 0.99% | - |
| XYZ | 22.71 | 10.29 | 92.89 | - |
| YUV | 73.57 | 228.7 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 28 | 252 | 0.62 | 0.89 | 0 | 0.01 | 257.95 | 0.97 | 0.55 |
| Hex | 5F | 1C | FC | 3E | 59 | 0 | 1 | 102 | 61 | 37 |
| Octal | 137 | 34 | 374 | 76 | 131 | 0 | 1 | 402 | 141 | 67 |
| Binary | 1011111 | 11100 | 11111100 | 111110 | 1011001 | 0 | 1 | 100000010 | 1100001 | 110111 |
Color Harmonies of #5F1CFC
Complementary color
Monochromatic Colors of #5F1CFC
Black with #5F1CFC
Text Example
Text Example
White with #5F1CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1CFC; }
p { color: rgb(95,28,252); }
H1.HeaderClassName
{
color: #5F1CFC;
}
.AnyTagClassName
{
color: #5F1CFC;
}
</style>
background-color css
<style>
a { background-color: #5F1CFC; }
a { background-color: rgb(95,28,252); }
div.DivClassName
{
background-color: #5F1CFC;
}
.BgClassName
{
background-color: #5F1CFC;
}
</style>
border-color css
<style>
span { border-color: #5F1CFC; }
span { border-color: rgb(95,28,252); }
td.TdClassName
{
border-color: #5F1CFC;
}
.TagClassName
{
border-color: #5F1CFC;
}
</style>