Shades of Han Purple #3A10F7
Tints of Han Purple #3A10F7
RGB
CMYK
RGB Variations
Color information
#3A10F7 (or 0x3A10F7) is known color: Han Purple. HEX triplet: 3A, 10 and F7. RGB value is (58,16,247). Sum of RGB (Red+Green+Blue) = 58+16+247=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 247 (96.88% from 255 or 76.95% from 321); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A10F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A10F7 is #C5EF08. Grayscale: #363636. Windows color (decimal): -12971785 or 16191546. OLE color: 16191546.
HSL color Cylindrical-coordinate representation of color #3A10F7: hue angle of 250.91º 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 #3A10F7 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 16 | 247 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.03 |
| HSL | 250.91º | 0.94% | 0.52% | - |
| HSV(B) | 250.91º | 0.94% | 0.97% | - |
| XYZ | 18.72 | 7.99 | 88.55 | - |
| YUV | 54.89 | 236.41 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 247 | 0.77 | 0.94 | 0 | 0.03 | 250.91 | 0.94 | 0.52 |
| Hex | 3A | 10 | F7 | 4D | 5E | 0 | 3 | FB | 5E | 34 |
| Octal | 72 | 20 | 367 | 115 | 136 | 0 | 3 | 373 | 136 | 64 |
| Binary | 111010 | 10000 | 11110111 | 1001101 | 1011110 | 0 | 11 | 11111011 | 1011110 | 110100 |
Color Harmonies of #3A10F7
Complementary color
Monochromatic Colors of #3A10F7
Black with #3A10F7
Text Example
Text Example
White with #3A10F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A10F7; }
p { color: rgb(58,16,247); }
H1.HeaderClassName
{
color: #3A10F7;
}
.AnyTagClassName
{
color: #3A10F7;
}
</style>
background-color css
<style>
a { background-color: #3A10F7; }
a { background-color: rgb(58,16,247); }
div.DivClassName
{
background-color: #3A10F7;
}
.BgClassName
{
background-color: #3A10F7;
}
</style>
border-color css
<style>
span { border-color: #3A10F7; }
span { border-color: rgb(58,16,247); }
td.TdClassName
{
border-color: #3A10F7;
}
.TagClassName
{
border-color: #3A10F7;
}
</style>