Shades of Han Purple #422ADC
Tints of Han Purple #422ADC
RGB
CMYK
RGB Variations
Color information
#422ADC (or 0x422ADC) is known color: Han Purple. HEX triplet: 42, 2A and DC. RGB value is (66,42,220). Sum of RGB (Red+Green+Blue) = 66+42+220=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #422ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ADC is #BDD523. Grayscale: #444444. Windows color (decimal): -12440868 or 14428738. OLE color: 14428738.
HSL color Cylindrical-coordinate representation of color #422ADC: hue angle of 248.09º degrees, saturation: 0.72, 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 #422ADC is Cyan = 0.7, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 42 | 220 | - |
| CMYK | 0.7 | 0.81 | 0 | 0.14 |
| HSL | 248.09º | 0.72% | 0.51% | - |
| HSV(B) | 248.09º | 0.81% | 0.86% | - |
| XYZ | 15.99 | 7.98 | 68.41 | - |
| YUV | 69.47 | 212.95 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 220 | 0.7 | 0.81 | 0 | 0.14 | 248.09 | 0.72 | 0.51 |
| Hex | 42 | 2A | DC | 46 | 51 | 0 | E | F8 | 48 | 33 |
| Octal | 102 | 52 | 334 | 106 | 121 | 0 | 16 | 370 | 110 | 63 |
| Binary | 1000010 | 101010 | 11011100 | 1000110 | 1010001 | 0 | 1110 | 11111000 | 1001000 | 110011 |
Color Harmonies of #422ADC
Complementary color
Monochromatic Colors of #422ADC
Black with #422ADC
Text Example
Text Example
White with #422ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422ADC; }
p { color: rgb(66,42,220); }
H1.HeaderClassName
{
color: #422ADC;
}
.AnyTagClassName
{
color: #422ADC;
}
</style>
background-color css
<style>
a { background-color: #422ADC; }
a { background-color: rgb(66,42,220); }
div.DivClassName
{
background-color: #422ADC;
}
.BgClassName
{
background-color: #422ADC;
}
</style>
border-color css
<style>
span { border-color: #422ADC; }
span { border-color: rgb(66,42,220); }
td.TdClassName
{
border-color: #422ADC;
}
.TagClassName
{
border-color: #422ADC;
}
</style>