Shades of Han Purple #412CDA
Tints of Han Purple #412CDA
RGB
CMYK
RGB Variations
Color information
#412CDA (or 0x412CDA) is known color: Han Purple. HEX triplet: 41, 2C and DA. RGB value is (65,44,218). Sum of RGB (Red+Green+Blue) = 65+44+218=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #412CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CDA is #BED325. Grayscale: #454545. Windows color (decimal): -12505894 or 14298177. OLE color: 14298177.
HSL color Cylindrical-coordinate representation of color #412CDA: hue angle of 247.24º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412CDA is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 44 | 218 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.15 |
| HSL | 247.24º | 0.7% | 0.51% | - |
| HSV(B) | 247.24º | 0.8% | 0.85% | - |
| XYZ | 15.74 | 7.99 | 67.04 | - |
| YUV | 70.12 | 211.46 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 218 | 0.70 | 0.80 | 0 | 0.15 | 247.24 | 0.7 | 0.51 |
| Hex | 41 | 2C | DA | 46 | 50 | 0 | F | F7 | 46 | 33 |
| Octal | 101 | 54 | 332 | 106 | 120 | 0 | 17 | 367 | 106 | 63 |
| Binary | 1000001 | 101100 | 11011010 | 1000110 | 1010000 | 0 | 1111 | 11110111 | 1000110 | 110011 |
Color Harmonies of #412CDA
Complementary color
Monochromatic Colors of #412CDA
Black with #412CDA
Text Example
Text Example
White with #412CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CDA; }
p { color: rgb(65,44,218); }
H1.HeaderClassName
{
color: #412CDA;
}
.AnyTagClassName
{
color: #412CDA;
}
</style>
background-color css
<style>
a { background-color: #412CDA; }
a { background-color: rgb(65,44,218); }
div.DivClassName
{
background-color: #412CDA;
}
.BgClassName
{
background-color: #412CDA;
}
</style>
border-color css
<style>
span { border-color: #412CDA; }
span { border-color: rgb(65,44,218); }
td.TdClassName
{
border-color: #412CDA;
}
.TagClassName
{
border-color: #412CDA;
}
</style>