Shades of Han Purple #410CDA
Tints of Han Purple #410CDA
RGB
CMYK
RGB Variations
Color information
#410CDA (or 0x410CDA) is known color: Han Purple. HEX triplet: 41, 0C and DA. RGB value is (65,12,218). Sum of RGB (Red+Green+Blue) = 65+12+218=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #410CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CDA is #BEF325. Grayscale: #323232. Windows color (decimal): -12514086 or 14289985. OLE color: 14289985.
HSL color Cylindrical-coordinate representation of color #410CDA: hue angle of 255.44º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410CDA is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 12 | 218 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.15 |
| HSL | 255.44º | 0.9% | 0.45% | - |
| HSV(B) | 255.44º | 0.94% | 0.85% | - |
| XYZ | 14.97 | 6.45 | 66.79 | - |
| YUV | 51.33 | 222.06 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 218 | 0.70 | 0.94 | 0 | 0.15 | 255.44 | 0.9 | 0.45 |
| Hex | 41 | C | DA | 46 | 5E | 0 | F | FF | 5A | 2D |
| Octal | 101 | 14 | 332 | 106 | 136 | 0 | 17 | 377 | 132 | 55 |
| Binary | 1000001 | 1100 | 11011010 | 1000110 | 1011110 | 0 | 1111 | 11111111 | 1011010 | 101101 |
Color Harmonies of #410CDA
Complementary color
Monochromatic Colors of #410CDA
Black with #410CDA
Text Example
Text Example
White with #410CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410CDA; }
p { color: rgb(65,12,218); }
H1.HeaderClassName
{
color: #410CDA;
}
.AnyTagClassName
{
color: #410CDA;
}
</style>
background-color css
<style>
a { background-color: #410CDA; }
a { background-color: rgb(65,12,218); }
div.DivClassName
{
background-color: #410CDA;
}
.BgClassName
{
background-color: #410CDA;
}
</style>
border-color css
<style>
span { border-color: #410CDA; }
span { border-color: rgb(65,12,218); }
td.TdClassName
{
border-color: #410CDA;
}
.TagClassName
{
border-color: #410CDA;
}
</style>