Shades of Han Purple #422DF7
Tints of Han Purple #422DF7
RGB
CMYK
RGB Variations
Color information
#422DF7 (or 0x422DF7) is known color: Han Purple. HEX triplet: 42, 2D and F7. RGB value is (66,45,247). Sum of RGB (Red+Green+Blue) = 66+45+247=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #422DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DF7 is #BDD208. Grayscale: #494949. Windows color (decimal): -12440073 or 16198978. OLE color: 16198978.
HSL color Cylindrical-coordinate representation of color #422DF7: hue angle of 246.24º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #422DF7 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 45 | 247 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.03 |
| HSL | 246.24º | 0.93% | 0.57% | - |
| HSV(B) | 246.24º | 0.82% | 0.97% | - |
| XYZ | 19.97 | 9.75 | 88.82 | - |
| YUV | 74.31 | 225.46 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 247 | 0.73 | 0.82 | 0 | 0.03 | 246.24 | 0.93 | 0.57 |
| Hex | 42 | 2D | F7 | 49 | 52 | 0 | 3 | F6 | 5D | 39 |
| Octal | 102 | 55 | 367 | 111 | 122 | 0 | 3 | 366 | 135 | 71 |
| Binary | 1000010 | 101101 | 11110111 | 1001001 | 1010010 | 0 | 11 | 11110110 | 1011101 | 111001 |
Color Harmonies of #422DF7
Complementary color
Monochromatic Colors of #422DF7
Black with #422DF7
Text Example
Text Example
White with #422DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DF7; }
p { color: rgb(66,45,247); }
H1.HeaderClassName
{
color: #422DF7;
}
.AnyTagClassName
{
color: #422DF7;
}
</style>
background-color css
<style>
a { background-color: #422DF7; }
a { background-color: rgb(66,45,247); }
div.DivClassName
{
background-color: #422DF7;
}
.BgClassName
{
background-color: #422DF7;
}
</style>
border-color css
<style>
span { border-color: #422DF7; }
span { border-color: rgb(66,45,247); }
td.TdClassName
{
border-color: #422DF7;
}
.TagClassName
{
border-color: #422DF7;
}
</style>