Shades of Han Purple #4A27F6
Tints of Han Purple #4A27F6
RGB
CMYK
RGB Variations
Color information
#4A27F6 (or 0x4A27F6) is known color: Han Purple. HEX triplet: 4A, 27 and F6. RGB value is (74,39,246). Sum of RGB (Red+Green+Blue) = 74+39+246=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 246 (96.48% from 255 or 68.52% from 359); Max value from RGB is 246 - color contains mainly: blue. Hex color #4A27F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A27F6 is #B5D809. Grayscale: #484848. Windows color (decimal): -11917322 or 16131914. OLE color: 16131914.
HSL color Cylindrical-coordinate representation of color #4A27F6: hue angle of 250.14º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A27F6 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 39 | 246 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.04 |
| HSL | 250.14º | 0.92% | 0.56% | - |
| HSV(B) | 250.14º | 0.84% | 0.96% | - |
| XYZ | 20.18 | 9.56 | 87.97 | - |
| YUV | 73.06 | 225.6 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 246 | 0.70 | 0.84 | 0 | 0.04 | 250.14 | 0.92 | 0.56 |
| Hex | 4A | 27 | F6 | 46 | 54 | 0 | 4 | FA | 5C | 38 |
| Octal | 112 | 47 | 366 | 106 | 124 | 0 | 4 | 372 | 134 | 70 |
| Binary | 1001010 | 100111 | 11110110 | 1000110 | 1010100 | 0 | 100 | 11111010 | 1011100 | 111000 |
Color Harmonies of #4A27F6
Complementary color
Monochromatic Colors of #4A27F6
Black with #4A27F6
Text Example
Text Example
White with #4A27F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A27F6; }
p { color: rgb(74,39,246); }
H1.HeaderClassName
{
color: #4A27F6;
}
.AnyTagClassName
{
color: #4A27F6;
}
</style>
background-color css
<style>
a { background-color: #4A27F6; }
a { background-color: rgb(74,39,246); }
div.DivClassName
{
background-color: #4A27F6;
}
.BgClassName
{
background-color: #4A27F6;
}
</style>
border-color css
<style>
span { border-color: #4A27F6; }
span { border-color: rgb(74,39,246); }
td.TdClassName
{
border-color: #4A27F6;
}
.TagClassName
{
border-color: #4A27F6;
}
</style>