Shades of Han Purple #410ACE
Tints of Han Purple #410ACE
RGB
CMYK
RGB Variations
Color information
#410ACE (or 0x410ACE) is known color: Han Purple. HEX triplet: 41, 0A and CE. RGB value is (65,10,206). Sum of RGB (Red+Green+Blue) = 65+10+206=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #410ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410ACE is #BEF531. Grayscale: #303030. Windows color (decimal): -12514610 or 13503041. OLE color: 13503041.
HSL color Cylindrical-coordinate representation of color #410ACE: hue angle of 256.84º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410ACE is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 10 | 206 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.19 |
| HSL | 256.84º | 0.91% | 0.42% | - |
| HSV(B) | 256.84º | 0.95% | 0.81% | - |
| XYZ | 13.43 | 5.8 | 58.8 | - |
| YUV | 48.79 | 216.72 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 206 | 0.68 | 0.95 | 0 | 0.19 | 256.84 | 0.91 | 0.42 |
| Hex | 41 | A | CE | 44 | 5F | 0 | 13 | 101 | 5B | 2A |
| Octal | 101 | 12 | 316 | 104 | 137 | 0 | 23 | 401 | 133 | 52 |
| Binary | 1000001 | 1010 | 11001110 | 1000100 | 1011111 | 0 | 10011 | 100000001 | 1011011 | 101010 |
Color Harmonies of #410ACE
Complementary color
Monochromatic Colors of #410ACE
Black with #410ACE
Text Example
Text Example
White with #410ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410ACE; }
p { color: rgb(65,10,206); }
H1.HeaderClassName
{
color: #410ACE;
}
.AnyTagClassName
{
color: #410ACE;
}
</style>
background-color css
<style>
a { background-color: #410ACE; }
a { background-color: rgb(65,10,206); }
div.DivClassName
{
background-color: #410ACE;
}
.BgClassName
{
background-color: #410ACE;
}
</style>
border-color css
<style>
span { border-color: #410ACE; }
span { border-color: rgb(65,10,206); }
td.TdClassName
{
border-color: #410ACE;
}
.TagClassName
{
border-color: #410ACE;
}
</style>