Shades of Han Purple #4A2DFC
Tints of Han Purple #4A2DFC
RGB
CMYK
RGB Variations
Color information
#4A2DFC (or 0x4A2DFC) is known color: Han Purple. HEX triplet: 4A, 2D and FC. RGB value is (74,45,252). Sum of RGB (Red+Green+Blue) = 74+45+252=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A2DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2DFC is #B5D203. Grayscale: #4C4C4C. Windows color (decimal): -11915780 or 16526666. OLE color: 16526666.
HSL color Cylindrical-coordinate representation of color #4A2DFC: hue angle of 248.41º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A2DFC is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 45 | 252 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.01 |
| HSL | 248.41º | 0.97% | 0.58% | - |
| HSV(B) | 248.41º | 0.82% | 0.99% | - |
| XYZ | 21.33 | 10.36 | 92.97 | - |
| YUV | 77.27 | 226.61 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 252 | 0.71 | 0.82 | 0 | 0.01 | 248.41 | 0.97 | 0.58 |
| Hex | 4A | 2D | FC | 47 | 52 | 0 | 1 | F8 | 61 | 3A |
| Octal | 112 | 55 | 374 | 107 | 122 | 0 | 1 | 370 | 141 | 72 |
| Binary | 1001010 | 101101 | 11111100 | 1000111 | 1010010 | 0 | 1 | 11111000 | 1100001 | 111010 |
Color Harmonies of #4A2DFC
Complementary color
Monochromatic Colors of #4A2DFC
Black with #4A2DFC
Text Example
Text Example
White with #4A2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2DFC; }
p { color: rgb(74,45,252); }
H1.HeaderClassName
{
color: #4A2DFC;
}
.AnyTagClassName
{
color: #4A2DFC;
}
</style>
background-color css
<style>
a { background-color: #4A2DFC; }
a { background-color: rgb(74,45,252); }
div.DivClassName
{
background-color: #4A2DFC;
}
.BgClassName
{
background-color: #4A2DFC;
}
</style>
border-color css
<style>
span { border-color: #4A2DFC; }
span { border-color: rgb(74,45,252); }
td.TdClassName
{
border-color: #4A2DFC;
}
.TagClassName
{
border-color: #4A2DFC;
}
</style>