Shades of Han Purple #422AF6
Tints of Han Purple #422AF6
RGB
CMYK
RGB Variations
Color information
#422AF6 (or 0x422AF6) is known color: Han Purple. HEX triplet: 42, 2A and F6. RGB value is (66,42,246). Sum of RGB (Red+Green+Blue) = 66+42+246=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 246 (96.48% from 255 or 69.49% from 354); Max value from RGB is 246 - color contains mainly: blue. Hex color #422AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422AF6 is #BDD509. Grayscale: #474747. Windows color (decimal): -12440842 or 16132674. OLE color: 16132674.
HSL color Cylindrical-coordinate representation of color #422AF6: hue angle of 247.06º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #422AF6 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 42 | 246 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.04 |
| HSL | 247.06º | 0.92% | 0.56% | - |
| HSV(B) | 247.06º | 0.83% | 0.96% | - |
| XYZ | 19.71 | 9.47 | 87.98 | - |
| YUV | 72.43 | 225.95 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 246 | 0.73 | 0.83 | 0 | 0.04 | 247.06 | 0.92 | 0.56 |
| Hex | 42 | 2A | F6 | 49 | 53 | 0 | 4 | F7 | 5C | 38 |
| Octal | 102 | 52 | 366 | 111 | 123 | 0 | 4 | 367 | 134 | 70 |
| Binary | 1000010 | 101010 | 11110110 | 1001001 | 1010011 | 0 | 100 | 11110111 | 1011100 | 111000 |
Color Harmonies of #422AF6
Complementary color
Monochromatic Colors of #422AF6
Black with #422AF6
Text Example
Text Example
White with #422AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AF6; }
p { color: rgb(66,42,246); }
H1.HeaderClassName
{
color: #422AF6;
}
.AnyTagClassName
{
color: #422AF6;
}
</style>
background-color css
<style>
a { background-color: #422AF6; }
a { background-color: rgb(66,42,246); }
div.DivClassName
{
background-color: #422AF6;
}
.BgClassName
{
background-color: #422AF6;
}
</style>
border-color css
<style>
span { border-color: #422AF6; }
span { border-color: rgb(66,42,246); }
td.TdClassName
{
border-color: #422AF6;
}
.TagClassName
{
border-color: #422AF6;
}
</style>