Shades of Han Purple #5F2CFC
Tints of Han Purple #5F2CFC
RGB
CMYK
RGB Variations
Color information
#5F2CFC (or 0x5F2CFC) is known color: Han Purple. HEX triplet: 5F, 2C and FC. RGB value is (95,44,252). Sum of RGB (Red+Green+Blue) = 95+44+252=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F2CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2CFC is #A0D303. Grayscale: #525252. Windows color (decimal): -10539780 or 16526431. OLE color: 16526431.
HSL color Cylindrical-coordinate representation of color #5F2CFC: hue angle of 254.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F2CFC is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 44 | 252 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.01 |
| HSL | 254.71º | 0.97% | 0.58% | - |
| HSV(B) | 254.71º | 0.83% | 0.99% | - |
| XYZ | 23.19 | 11.26 | 93.05 | - |
| YUV | 82.96 | 223.4 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 44 | 252 | 0.62 | 0.83 | 0 | 0.01 | 254.71 | 0.97 | 0.58 |
| Hex | 5F | 2C | FC | 3E | 53 | 0 | 1 | FF | 61 | 3A |
| Octal | 137 | 54 | 374 | 76 | 123 | 0 | 1 | 377 | 141 | 72 |
| Binary | 1011111 | 101100 | 11111100 | 111110 | 1010011 | 0 | 1 | 11111111 | 1100001 | 111010 |
Color Harmonies of #5F2CFC
Complementary color
Monochromatic Colors of #5F2CFC
Black with #5F2CFC
Text Example
Text Example
White with #5F2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2CFC; }
p { color: rgb(95,44,252); }
H1.HeaderClassName
{
color: #5F2CFC;
}
.AnyTagClassName
{
color: #5F2CFC;
}
</style>
background-color css
<style>
a { background-color: #5F2CFC; }
a { background-color: rgb(95,44,252); }
div.DivClassName
{
background-color: #5F2CFC;
}
.BgClassName
{
background-color: #5F2CFC;
}
</style>
border-color css
<style>
span { border-color: #5F2CFC; }
span { border-color: rgb(95,44,252); }
td.TdClassName
{
border-color: #5F2CFC;
}
.TagClassName
{
border-color: #5F2CFC;
}
</style>