Shades of Han Purple #4A0BFF
Tints of Han Purple #4A0BFF
RGB
CMYK
RGB Variations
Color information
#4A0BFF (or 0x4A0BFF) is known color: Han Purple. HEX triplet: 4A, 0B and FF. RGB value is (74,11,255). Sum of RGB (Red+Green+Blue) = 74+11+255=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A0BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0BFF is #B5F400. Grayscale: #383838. Windows color (decimal): -11924481 or 16714570. OLE color: 16714570.
HSL color Cylindrical-coordinate representation of color #4A0BFF: hue angle of 255.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0BFF is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 11 | 255 | - |
| CMYK | 0.71 | 0.96 | 0 | 0 |
| HSL | 255.49º | 1% | 0.52% | - |
| HSV(B) | 255.49º | 0.96% | 1% | - |
| XYZ | 20.99 | 8.92 | 95.22 | - |
| YUV | 57.65 | 239.37 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 11 | 255 | 0.71 | 0.96 | 0 | 0 | 255.49 | 1 | 0.52 |
| Hex | 4A | B | FF | 47 | 60 | 0 | 0 | FF | 64 | 34 |
| Octal | 112 | 13 | 377 | 107 | 140 | 0 | 0 | 377 | 144 | 64 |
| Binary | 1001010 | 1011 | 11111111 | 1000111 | 1100000 | 0 | 0 | 11111111 | 1100100 | 110100 |
Color Harmonies of #4A0BFF
Complementary color
Monochromatic Colors of #4A0BFF
Black with #4A0BFF
Text Example
Text Example
White with #4A0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0BFF; }
p { color: rgb(74,11,255); }
H1.HeaderClassName
{
color: #4A0BFF;
}
.AnyTagClassName
{
color: #4A0BFF;
}
</style>
background-color css
<style>
a { background-color: #4A0BFF; }
a { background-color: rgb(74,11,255); }
div.DivClassName
{
background-color: #4A0BFF;
}
.BgClassName
{
background-color: #4A0BFF;
}
</style>
border-color css
<style>
span { border-color: #4A0BFF; }
span { border-color: rgb(74,11,255); }
td.TdClassName
{
border-color: #4A0BFF;
}
.TagClassName
{
border-color: #4A0BFF;
}
</style>