Shades of Han Purple #412ADC
Tints of Han Purple #412ADC
RGB
CMYK
RGB Variations
Color information
#412ADC (or 0x412ADC) is known color: Han Purple. HEX triplet: 41, 2A and DC. RGB value is (65,42,220). Sum of RGB (Red+Green+Blue) = 65+42+220=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #412ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ADC is #BED523. Grayscale: #444444. Windows color (decimal): -12506404 or 14428737. OLE color: 14428737.
HSL color Cylindrical-coordinate representation of color #412ADC: hue angle of 247.75º 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 #412ADC is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 42 | 220 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.14 |
| HSL | 247.75º | 0.72% | 0.51% | - |
| HSV(B) | 247.75º | 0.81% | 0.86% | - |
| XYZ | 15.93 | 7.95 | 68.4 | - |
| YUV | 69.17 | 213.12 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 220 | 0.70 | 0.81 | 0 | 0.14 | 247.75 | 0.72 | 0.51 |
| Hex | 41 | 2A | DC | 46 | 51 | 0 | E | F8 | 48 | 33 |
| Octal | 101 | 52 | 334 | 106 | 121 | 0 | 16 | 370 | 110 | 63 |
| Binary | 1000001 | 101010 | 11011100 | 1000110 | 1010001 | 0 | 1110 | 11111000 | 1001000 | 110011 |
Color Harmonies of #412ADC
Complementary color
Monochromatic Colors of #412ADC
Black with #412ADC
Text Example
Text Example
White with #412ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412ADC; }
p { color: rgb(65,42,220); }
H1.HeaderClassName
{
color: #412ADC;
}
.AnyTagClassName
{
color: #412ADC;
}
</style>
background-color css
<style>
a { background-color: #412ADC; }
a { background-color: rgb(65,42,220); }
div.DivClassName
{
background-color: #412ADC;
}
.BgClassName
{
background-color: #412ADC;
}
</style>
border-color css
<style>
span { border-color: #412ADC; }
span { border-color: rgb(65,42,220); }
td.TdClassName
{
border-color: #412ADC;
}
.TagClassName
{
border-color: #412ADC;
}
</style>