Shades of Han Purple #4310F7
Tints of Han Purple #4310F7
RGB
CMYK
RGB Variations
Color information
#4310F7 (or 0x4310F7) is known color: Han Purple. HEX triplet: 43, 10 and F7. RGB value is (67,16,247). Sum of RGB (Red+Green+Blue) = 67+16+247=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 247 (96.88% from 255 or 74.85% from 330); Max value from RGB is 247 - color contains mainly: blue. Hex color #4310F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4310F7 is #BCEF08. Grayscale: #383838. Windows color (decimal): -12381961 or 16191555. OLE color: 16191555.
HSL color Cylindrical-coordinate representation of color #4310F7: hue angle of 253.25º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4310F7 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 16 | 247 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.03 |
| HSL | 253.25º | 0.94% | 0.52% | - |
| HSV(B) | 253.25º | 0.94% | 0.97% | - |
| XYZ | 19.29 | 8.28 | 88.58 | - |
| YUV | 57.58 | 234.9 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 247 | 0.73 | 0.94 | 0 | 0.03 | 253.25 | 0.94 | 0.52 |
| Hex | 43 | 10 | F7 | 49 | 5E | 0 | 3 | FD | 5E | 34 |
| Octal | 103 | 20 | 367 | 111 | 136 | 0 | 3 | 375 | 136 | 64 |
| Binary | 1000011 | 10000 | 11110111 | 1001001 | 1011110 | 0 | 11 | 11111101 | 1011110 | 110100 |
Color Harmonies of #4310F7
Complementary color
Monochromatic Colors of #4310F7
Black with #4310F7
Text Example
Text Example
White with #4310F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4310F7; }
p { color: rgb(67,16,247); }
H1.HeaderClassName
{
color: #4310F7;
}
.AnyTagClassName
{
color: #4310F7;
}
</style>
background-color css
<style>
a { background-color: #4310F7; }
a { background-color: rgb(67,16,247); }
div.DivClassName
{
background-color: #4310F7;
}
.BgClassName
{
background-color: #4310F7;
}
</style>
border-color css
<style>
span { border-color: #4310F7; }
span { border-color: rgb(67,16,247); }
td.TdClassName
{
border-color: #4310F7;
}
.TagClassName
{
border-color: #4310F7;
}
</style>