Shades of Han Purple #410CFE
Tints of Han Purple #410CFE
RGB
CMYK
RGB Variations
Color information
#410CFE (or 0x410CFE) is known color: Han Purple. HEX triplet: 41, 0C and FE. RGB value is (65,12,254). Sum of RGB (Red+Green+Blue) = 65+12+254=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #410CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410CFE is #BEF301. Grayscale: #363636. Windows color (decimal): -12514050 or 16649281. OLE color: 16649281.
HSL color Cylindrical-coordinate representation of color #410CFE: hue angle of 253.14º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410CFE is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 12 | 254 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.00 |
| HSL | 253.14º | 0.99% | 0.52% | - |
| HSV(B) | 253.14º | 0.95% | 1% | - |
| XYZ | 20.2 | 8.54 | 94.35 | - |
| YUV | 55.44 | 240.06 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 254 | 0.74 | 0.95 | 0 | 0.00 | 253.14 | 0.99 | 0.52 |
| Hex | 41 | C | FE | 4A | 5F | 0 | 0 | FD | 63 | 34 |
| Octal | 101 | 14 | 376 | 112 | 137 | 0 | 0 | 375 | 143 | 64 |
| Binary | 1000001 | 1100 | 11111110 | 1001010 | 1011111 | 0 | 0 | 11111101 | 1100011 | 110100 |
Color Harmonies of #410CFE
Complementary color
Monochromatic Colors of #410CFE
Black with #410CFE
Text Example
Text Example
White with #410CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410CFE; }
p { color: rgb(65,12,254); }
H1.HeaderClassName
{
color: #410CFE;
}
.AnyTagClassName
{
color: #410CFE;
}
</style>
background-color css
<style>
a { background-color: #410CFE; }
a { background-color: rgb(65,12,254); }
div.DivClassName
{
background-color: #410CFE;
}
.BgClassName
{
background-color: #410CFE;
}
</style>
border-color css
<style>
span { border-color: #410CFE; }
span { border-color: rgb(65,12,254); }
td.TdClassName
{
border-color: #410CFE;
}
.TagClassName
{
border-color: #410CFE;
}
</style>