Shades of Han Purple #4310FE
Tints of Han Purple #4310FE
RGB
CMYK
RGB Variations
Color information
#4310FE (or 0x4310FE) is known color: Han Purple. HEX triplet: 43, 10 and FE. RGB value is (67,16,254). Sum of RGB (Red+Green+Blue) = 67+16+254=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #4310FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4310FE is #BCEF01. Grayscale: #393939. Windows color (decimal): -12381954 or 16650307. OLE color: 16650307.
HSL color Cylindrical-coordinate representation of color #4310FE: hue angle of 252.86º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4310FE is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 16 | 254 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.00 |
| HSL | 252.86º | 0.99% | 0.53% | - |
| HSV(B) | 252.86º | 0.94% | 1% | - |
| XYZ | 20.39 | 8.72 | 94.37 | - |
| YUV | 58.38 | 238.4 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 254 | 0.74 | 0.94 | 0 | 0.00 | 252.86 | 0.99 | 0.53 |
| Hex | 43 | 10 | FE | 4A | 5E | 0 | 0 | FD | 63 | 35 |
| Octal | 103 | 20 | 376 | 112 | 136 | 0 | 0 | 375 | 143 | 65 |
| Binary | 1000011 | 10000 | 11111110 | 1001010 | 1011110 | 0 | 0 | 11111101 | 1100011 | 110101 |
Color Harmonies of #4310FE
Complementary color
Monochromatic Colors of #4310FE
Black with #4310FE
Text Example
Text Example
White with #4310FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4310FE; }
p { color: rgb(67,16,254); }
H1.HeaderClassName
{
color: #4310FE;
}
.AnyTagClassName
{
color: #4310FE;
}
</style>
background-color css
<style>
a { background-color: #4310FE; }
a { background-color: rgb(67,16,254); }
div.DivClassName
{
background-color: #4310FE;
}
.BgClassName
{
background-color: #4310FE;
}
</style>
border-color css
<style>
span { border-color: #4310FE; }
span { border-color: rgb(67,16,254); }
td.TdClassName
{
border-color: #4310FE;
}
.TagClassName
{
border-color: #4310FE;
}
</style>