Shades of Han Purple #422ADB
Tints of Han Purple #422ADB
RGB
CMYK
RGB Variations
Color information
#422ADB (or 0x422ADB) is known color: Han Purple. HEX triplet: 42, 2A and DB. RGB value is (66,42,219). Sum of RGB (Red+Green+Blue) = 66+42+219=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #422ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ADB is #BDD524. Grayscale: #444444. Windows color (decimal): -12440869 or 14363202. OLE color: 14363202.
HSL color Cylindrical-coordinate representation of color #422ADB: hue angle of 248.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422ADB is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 42 | 219 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.14 |
| HSL | 248.14º | 0.71% | 0.51% | - |
| HSV(B) | 248.14º | 0.81% | 0.86% | - |
| XYZ | 15.86 | 7.93 | 67.71 | - |
| YUV | 69.35 | 212.45 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 219 | 0.70 | 0.81 | 0 | 0.14 | 248.14 | 0.71 | 0.51 |
| Hex | 42 | 2A | DB | 46 | 51 | 0 | E | F8 | 47 | 33 |
| Octal | 102 | 52 | 333 | 106 | 121 | 0 | 16 | 370 | 107 | 63 |
| Binary | 1000010 | 101010 | 11011011 | 1000110 | 1010001 | 0 | 1110 | 11111000 | 1000111 | 110011 |
Color Harmonies of #422ADB
Complementary color
Monochromatic Colors of #422ADB
Black with #422ADB
Text Example
Text Example
White with #422ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422ADB; }
p { color: rgb(66,42,219); }
H1.HeaderClassName
{
color: #422ADB;
}
.AnyTagClassName
{
color: #422ADB;
}
</style>
background-color css
<style>
a { background-color: #422ADB; }
a { background-color: rgb(66,42,219); }
div.DivClassName
{
background-color: #422ADB;
}
.BgClassName
{
background-color: #422ADB;
}
</style>
border-color css
<style>
span { border-color: #422ADB; }
span { border-color: rgb(66,42,219); }
td.TdClassName
{
border-color: #422ADB;
}
.TagClassName
{
border-color: #422ADB;
}
</style>