Shades of Han Purple #350AF7
Tints of Han Purple #350AF7
RGB
CMYK
RGB Variations
Color information
#350AF7 (or 0x350AF7) is known color: Han Purple. HEX triplet: 35, 0A and F7. RGB value is (53,10,247). Sum of RGB (Red+Green+Blue) = 53+10+247=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 247 (96.88% from 255 or 79.68% from 310); Max value from RGB is 247 - color contains mainly: blue. Hex color #350AF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350AF7 is #CAF508. Grayscale: #303030. Windows color (decimal): -13301001 or 16190005. OLE color: 16190005.
HSL color Cylindrical-coordinate representation of color #350AF7: hue angle of 250.89º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350AF7 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 10 | 247 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.03 |
| HSL | 250.89º | 0.94% | 0.5% | - |
| HSV(B) | 250.89º | 0.96% | 0.97% | - |
| XYZ | 18.37 | 7.69 | 88.51 | - |
| YUV | 49.88 | 239.25 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 247 | 0.79 | 0.96 | 0 | 0.03 | 250.89 | 0.94 | 0.5 |
| Hex | 35 | A | F7 | 4F | 60 | 0 | 3 | FB | 5E | 32 |
| Octal | 65 | 12 | 367 | 117 | 140 | 0 | 3 | 373 | 136 | 62 |
| Binary | 110101 | 1010 | 11110111 | 1001111 | 1100000 | 0 | 11 | 11111011 | 1011110 | 110010 |
Color Harmonies of #350AF7
Complementary color
Monochromatic Colors of #350AF7
Black with #350AF7
Text Example
Text Example
White with #350AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350AF7; }
p { color: rgb(53,10,247); }
H1.HeaderClassName
{
color: #350AF7;
}
.AnyTagClassName
{
color: #350AF7;
}
</style>
background-color css
<style>
a { background-color: #350AF7; }
a { background-color: rgb(53,10,247); }
div.DivClassName
{
background-color: #350AF7;
}
.BgClassName
{
background-color: #350AF7;
}
</style>
border-color css
<style>
span { border-color: #350AF7; }
span { border-color: rgb(53,10,247); }
td.TdClassName
{
border-color: #350AF7;
}
.TagClassName
{
border-color: #350AF7;
}
</style>