Shades of Han Purple #4B0CFC
Tints of Han Purple #4B0CFC
RGB
CMYK
RGB Variations
Color information
#4B0CFC (or 0x4B0CFC) is known color: Han Purple. HEX triplet: 4B, 0C and FC. RGB value is (75,12,252). Sum of RGB (Red+Green+Blue) = 75+12+252=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B0CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0CFC is #B4F303. Grayscale: #393939. Windows color (decimal): -11858692 or 16518219. OLE color: 16518219.
HSL color Cylindrical-coordinate representation of color #4B0CFC: hue angle of 255.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0CFC is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 12 | 252 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.01 |
| HSL | 255.75º | 0.98% | 0.52% | - |
| HSV(B) | 255.75º | 0.95% | 0.99% | - |
| XYZ | 20.6 | 8.79 | 92.71 | - |
| YUV | 58.2 | 237.37 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 12 | 252 | 0.70 | 0.95 | 0 | 0.01 | 255.75 | 0.98 | 0.52 |
| Hex | 4B | C | FC | 46 | 5F | 0 | 1 | 100 | 62 | 34 |
| Octal | 113 | 14 | 374 | 106 | 137 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001011 | 1100 | 11111100 | 1000110 | 1011111 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4B0CFC
Complementary color
Monochromatic Colors of #4B0CFC
Black with #4B0CFC
Text Example
Text Example
White with #4B0CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0CFC; }
p { color: rgb(75,12,252); }
H1.HeaderClassName
{
color: #4B0CFC;
}
.AnyTagClassName
{
color: #4B0CFC;
}
</style>
background-color css
<style>
a { background-color: #4B0CFC; }
a { background-color: rgb(75,12,252); }
div.DivClassName
{
background-color: #4B0CFC;
}
.BgClassName
{
background-color: #4B0CFC;
}
</style>
border-color css
<style>
span { border-color: #4B0CFC; }
span { border-color: rgb(75,12,252); }
td.TdClassName
{
border-color: #4B0CFC;
}
.TagClassName
{
border-color: #4B0CFC;
}
</style>