Shades of Han Purple #4B1FFC
Tints of Han Purple #4B1FFC
RGB
CMYK
RGB Variations
Color information
#4B1FFC (or 0x4B1FFC) is known color: Han Purple. HEX triplet: 4B, 1F and FC. RGB value is (75,31,252). Sum of RGB (Red+Green+Blue) = 75+31+252=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B1FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1FFC is #B4E003. Grayscale: #444444. Windows color (decimal): -11853828 or 16523083. OLE color: 16523083.
HSL color Cylindrical-coordinate representation of color #4B1FFC: hue angle of 251.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1FFC is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 31 | 252 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.01 |
| HSL | 251.95º | 0.97% | 0.55% | - |
| HSV(B) | 251.95º | 0.88% | 0.99% | - |
| XYZ | 20.96 | 9.5 | 92.83 | - |
| YUV | 69.35 | 231.08 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 31 | 252 | 0.70 | 0.88 | 0 | 0.01 | 251.95 | 0.97 | 0.55 |
| Hex | 4B | 1F | FC | 46 | 58 | 0 | 1 | FC | 61 | 37 |
| Octal | 113 | 37 | 374 | 106 | 130 | 0 | 1 | 374 | 141 | 67 |
| Binary | 1001011 | 11111 | 11111100 | 1000110 | 1011000 | 0 | 1 | 11111100 | 1100001 | 110111 |
Color Harmonies of #4B1FFC
Complementary color
Monochromatic Colors of #4B1FFC
Black with #4B1FFC
Text Example
Text Example
White with #4B1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1FFC; }
p { color: rgb(75,31,252); }
H1.HeaderClassName
{
color: #4B1FFC;
}
.AnyTagClassName
{
color: #4B1FFC;
}
</style>
background-color css
<style>
a { background-color: #4B1FFC; }
a { background-color: rgb(75,31,252); }
div.DivClassName
{
background-color: #4B1FFC;
}
.BgClassName
{
background-color: #4B1FFC;
}
</style>
border-color css
<style>
span { border-color: #4B1FFC; }
span { border-color: rgb(75,31,252); }
td.TdClassName
{
border-color: #4B1FFC;
}
.TagClassName
{
border-color: #4B1FFC;
}
</style>