Shades of Han Purple #410CFB
Tints of Han Purple #410CFB
RGB
CMYK
RGB Variations
Color information
#410CFB (or 0x410CFB) is known color: Han Purple. HEX triplet: 41, 0C and FB. RGB value is (65,12,251). Sum of RGB (Red+Green+Blue) = 65+12+251=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #410CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410CFB is #BEF304. Grayscale: #363636. Windows color (decimal): -12514053 or 16452673. OLE color: 16452673.
HSL color Cylindrical-coordinate representation of color #410CFB: hue angle of 253.31º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410CFB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 12 | 251 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.02 |
| HSL | 253.31º | 0.97% | 0.52% | - |
| HSV(B) | 253.31º | 0.95% | 0.98% | - |
| XYZ | 19.72 | 8.35 | 91.84 | - |
| YUV | 55.09 | 238.56 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 251 | 0.74 | 0.95 | 0 | 0.02 | 253.31 | 0.97 | 0.52 |
| Hex | 41 | C | FB | 4A | 5F | 0 | 2 | FD | 61 | 34 |
| Octal | 101 | 14 | 373 | 112 | 137 | 0 | 2 | 375 | 141 | 64 |
| Binary | 1000001 | 1100 | 11111011 | 1001010 | 1011111 | 0 | 10 | 11111101 | 1100001 | 110100 |
Color Harmonies of #410CFB
Complementary color
Monochromatic Colors of #410CFB
Black with #410CFB
Text Example
Text Example
White with #410CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410CFB; }
p { color: rgb(65,12,251); }
H1.HeaderClassName
{
color: #410CFB;
}
.AnyTagClassName
{
color: #410CFB;
}
</style>
background-color css
<style>
a { background-color: #410CFB; }
a { background-color: rgb(65,12,251); }
div.DivClassName
{
background-color: #410CFB;
}
.BgClassName
{
background-color: #410CFB;
}
</style>
border-color css
<style>
span { border-color: #410CFB; }
span { border-color: rgb(65,12,251); }
td.TdClassName
{
border-color: #410CFB;
}
.TagClassName
{
border-color: #410CFB;
}
</style>