Shades of Han Purple #4A0BFC
Tints of Han Purple #4A0BFC
RGB
CMYK
RGB Variations
Color information
#4A0BFC (or 0x4A0BFC) is known color: Han Purple. HEX triplet: 4A, 0B and FC. RGB value is (74,11,252). Sum of RGB (Red+Green+Blue) = 74+11+252=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A0BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0BFC is #B5F403. Grayscale: #383838. Windows color (decimal): -11924484 or 16517962. OLE color: 16517962.
HSL color Cylindrical-coordinate representation of color #4A0BFC: hue angle of 255.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0BFC is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 11 | 252 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.01 |
| HSL | 255.68º | 0.98% | 0.52% | - |
| HSV(B) | 255.68º | 0.96% | 0.99% | - |
| XYZ | 20.51 | 8.72 | 92.7 | - |
| YUV | 57.31 | 237.87 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 11 | 252 | 0.71 | 0.96 | 0 | 0.01 | 255.68 | 0.98 | 0.52 |
| Hex | 4A | B | FC | 47 | 60 | 0 | 1 | 100 | 62 | 34 |
| Octal | 112 | 13 | 374 | 107 | 140 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001010 | 1011 | 11111100 | 1000111 | 1100000 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4A0BFC
Complementary color
Monochromatic Colors of #4A0BFC
Black with #4A0BFC
Text Example
Text Example
White with #4A0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0BFC; }
p { color: rgb(74,11,252); }
H1.HeaderClassName
{
color: #4A0BFC;
}
.AnyTagClassName
{
color: #4A0BFC;
}
</style>
background-color css
<style>
a { background-color: #4A0BFC; }
a { background-color: rgb(74,11,252); }
div.DivClassName
{
background-color: #4A0BFC;
}
.BgClassName
{
background-color: #4A0BFC;
}
</style>
border-color css
<style>
span { border-color: #4A0BFC; }
span { border-color: rgb(74,11,252); }
td.TdClassName
{
border-color: #4A0BFC;
}
.TagClassName
{
border-color: #4A0BFC;
}
</style>