Shades of Han Purple #4A26F7
Tints of Han Purple #4A26F7
RGB
CMYK
RGB Variations
Color information
#4A26F7 (or 0x4A26F7) is known color: Han Purple. HEX triplet: 4A, 26 and F7. RGB value is (74,38,247). Sum of RGB (Red+Green+Blue) = 74+38+247=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 247 (96.88% from 255 or 68.80% from 359); Max value from RGB is 247 - color contains mainly: blue. Hex color #4A26F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A26F7 is #B5D908. Grayscale: #474747. Windows color (decimal): -11917577 or 16197194. OLE color: 16197194.
HSL color Cylindrical-coordinate representation of color #4A26F7: hue angle of 250.33º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A26F7 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 38 | 247 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.03 |
| HSL | 250.33º | 0.93% | 0.56% | - |
| HSV(B) | 250.33º | 0.85% | 0.97% | - |
| XYZ | 20.31 | 9.56 | 88.77 | - |
| YUV | 72.59 | 226.43 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 247 | 0.70 | 0.85 | 0 | 0.03 | 250.33 | 0.93 | 0.56 |
| Hex | 4A | 26 | F7 | 46 | 55 | 0 | 3 | FA | 5D | 38 |
| Octal | 112 | 46 | 367 | 106 | 125 | 0 | 3 | 372 | 135 | 70 |
| Binary | 1001010 | 100110 | 11110111 | 1000110 | 1010101 | 0 | 11 | 11111010 | 1011101 | 111000 |
Color Harmonies of #4A26F7
Complementary color
Monochromatic Colors of #4A26F7
Black with #4A26F7
Text Example
Text Example
White with #4A26F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A26F7; }
p { color: rgb(74,38,247); }
H1.HeaderClassName
{
color: #4A26F7;
}
.AnyTagClassName
{
color: #4A26F7;
}
</style>
background-color css
<style>
a { background-color: #4A26F7; }
a { background-color: rgb(74,38,247); }
div.DivClassName
{
background-color: #4A26F7;
}
.BgClassName
{
background-color: #4A26F7;
}
</style>
border-color css
<style>
span { border-color: #4A26F7; }
span { border-color: rgb(74,38,247); }
td.TdClassName
{
border-color: #4A26F7;
}
.TagClassName
{
border-color: #4A26F7;
}
</style>