Shades of Han Purple #4A0CFF
Tints of Han Purple #4A0CFF
RGB
CMYK
RGB Variations
Color information
#4A0CFF (or 0x4A0CFF) is known color: Han Purple. HEX triplet: 4A, 0C and FF. RGB value is (74,12,255). Sum of RGB (Red+Green+Blue) = 74+12+255=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A0CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0CFF is #B5F300. Grayscale: #393939. Windows color (decimal): -11924225 or 16714826. OLE color: 16714826.
HSL color Cylindrical-coordinate representation of color #4A0CFF: hue angle of 255.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0CFF is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 12 | 255 | - |
| CMYK | 0.71 | 0.95 | 0 | 0 |
| HSL | 255.31º | 1% | 0.52% | - |
| HSV(B) | 255.31º | 0.95% | 1% | - |
| XYZ | 21.01 | 8.94 | 95.23 | - |
| YUV | 58.24 | 239.04 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 255 | 0.71 | 0.95 | 0 | 0 | 255.31 | 1 | 0.52 |
| Hex | 4A | C | FF | 47 | 5F | 0 | 0 | FF | 64 | 34 |
| Octal | 112 | 14 | 377 | 107 | 137 | 0 | 0 | 377 | 144 | 64 |
| Binary | 1001010 | 1100 | 11111111 | 1000111 | 1011111 | 0 | 0 | 11111111 | 1100100 | 110100 |
Color Harmonies of #4A0CFF
Complementary color
Monochromatic Colors of #4A0CFF
Black with #4A0CFF
Text Example
Text Example
White with #4A0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0CFF; }
p { color: rgb(74,12,255); }
H1.HeaderClassName
{
color: #4A0CFF;
}
.AnyTagClassName
{
color: #4A0CFF;
}
</style>
background-color css
<style>
a { background-color: #4A0CFF; }
a { background-color: rgb(74,12,255); }
div.DivClassName
{
background-color: #4A0CFF;
}
.BgClassName
{
background-color: #4A0CFF;
}
</style>
border-color css
<style>
span { border-color: #4A0CFF; }
span { border-color: rgb(74,12,255); }
td.TdClassName
{
border-color: #4A0CFF;
}
.TagClassName
{
border-color: #4A0CFF;
}
</style>