Shades of Han Purple #4A1FFC
Tints of Han Purple #4A1FFC
RGB
CMYK
RGB Variations
Color information
#4A1FFC (or 0x4A1FFC) is known color: Han Purple. HEX triplet: 4A, 1F and FC. RGB value is (74,31,252). Sum of RGB (Red+Green+Blue) = 74+31+252=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A1FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1FFC is #B5E003. Grayscale: #444444. Windows color (decimal): -11919364 or 16523082. OLE color: 16523082.
HSL color Cylindrical-coordinate representation of color #4A1FFC: hue angle of 251.67º 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 #4A1FFC is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 31 | 252 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.01 |
| HSL | 251.67º | 0.97% | 0.55% | - |
| HSV(B) | 251.67º | 0.88% | 0.99% | - |
| XYZ | 20.88 | 9.46 | 92.82 | - |
| YUV | 69.05 | 231.25 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 252 | 0.71 | 0.88 | 0 | 0.01 | 251.67 | 0.97 | 0.55 |
| Hex | 4A | 1F | FC | 47 | 58 | 0 | 1 | FC | 61 | 37 |
| Octal | 112 | 37 | 374 | 107 | 130 | 0 | 1 | 374 | 141 | 67 |
| Binary | 1001010 | 11111 | 11111100 | 1000111 | 1011000 | 0 | 1 | 11111100 | 1100001 | 110111 |
Color Harmonies of #4A1FFC
Complementary color
Monochromatic Colors of #4A1FFC
Black with #4A1FFC
Text Example
Text Example
White with #4A1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1FFC; }
p { color: rgb(74,31,252); }
H1.HeaderClassName
{
color: #4A1FFC;
}
.AnyTagClassName
{
color: #4A1FFC;
}
</style>
background-color css
<style>
a { background-color: #4A1FFC; }
a { background-color: rgb(74,31,252); }
div.DivClassName
{
background-color: #4A1FFC;
}
.BgClassName
{
background-color: #4A1FFC;
}
</style>
border-color css
<style>
span { border-color: #4A1FFC; }
span { border-color: rgb(74,31,252); }
td.TdClassName
{
border-color: #4A1FFC;
}
.TagClassName
{
border-color: #4A1FFC;
}
</style>