Shades of Han Purple #410CCC
Tints of Han Purple #410CCC
RGB
CMYK
RGB Variations
Color information
#410CCC (or 0x410CCC) is known color: Han Purple. HEX triplet: 41, 0C and CC. RGB value is (65,12,204). Sum of RGB (Red+Green+Blue) = 65+12+204=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #410CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CCC is #BEF333. Grayscale: #313131. Windows color (decimal): -12514100 or 13372481. OLE color: 13372481.
HSL color Cylindrical-coordinate representation of color #410CCC: hue angle of 256.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410CCC is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 12 | 204 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.2 |
| HSL | 256.56º | 0.89% | 0.42% | - |
| HSV(B) | 256.56º | 0.94% | 0.8% | - |
| XYZ | 13.21 | 5.75 | 57.54 | - |
| YUV | 49.74 | 215.06 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 204 | 0.68 | 0.94 | 0 | 0.2 | 256.56 | 0.89 | 0.42 |
| Hex | 41 | C | CC | 44 | 5E | 0 | 14 | 101 | 59 | 2A |
| Octal | 101 | 14 | 314 | 104 | 136 | 0 | 24 | 401 | 131 | 52 |
| Binary | 1000001 | 1100 | 11001100 | 1000100 | 1011110 | 0 | 10100 | 100000001 | 1011001 | 101010 |
Color Harmonies of #410CCC
Complementary color
Monochromatic Colors of #410CCC
Black with #410CCC
Text Example
Text Example
White with #410CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410CCC; }
p { color: rgb(65,12,204); }
H1.HeaderClassName
{
color: #410CCC;
}
.AnyTagClassName
{
color: #410CCC;
}
</style>
background-color css
<style>
a { background-color: #410CCC; }
a { background-color: rgb(65,12,204); }
div.DivClassName
{
background-color: #410CCC;
}
.BgClassName
{
background-color: #410CCC;
}
</style>
border-color css
<style>
span { border-color: #410CCC; }
span { border-color: rgb(65,12,204); }
td.TdClassName
{
border-color: #410CCC;
}
.TagClassName
{
border-color: #410CCC;
}
</style>