Shades of Han Purple #3515E7
Tints of Han Purple #3515E7
RGB
CMYK
RGB Variations
Color information
#3515E7 (or 0x3515E7) is known color: Han Purple. HEX triplet: 35, 15 and E7. RGB value is (53,21,231). Sum of RGB (Red+Green+Blue) = 53+21+231=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 231 (90.62% from 255 or 75.74% from 305); Max value from RGB is 231 - color contains mainly: blue. Hex color #3515E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3515E7 is #CAEA18. Grayscale: #353535. Windows color (decimal): -13298201 or 15144245. OLE color: 15144245.
HSL color Cylindrical-coordinate representation of color #3515E7: hue angle of 249.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3515E7 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 21 | 231 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.09 |
| HSL | 249.14º | 0.83% | 0.49% | - |
| HSV(B) | 249.14º | 0.91% | 0.91% | - |
| XYZ | 16.16 | 7.06 | 76.11 | - |
| YUV | 54.51 | 227.6 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 231 | 0.77 | 0.91 | 0 | 0.09 | 249.14 | 0.83 | 0.49 |
| Hex | 35 | 15 | E7 | 4D | 5B | 0 | 9 | F9 | 53 | 31 |
| Octal | 65 | 25 | 347 | 115 | 133 | 0 | 11 | 371 | 123 | 61 |
| Binary | 110101 | 10101 | 11100111 | 1001101 | 1011011 | 0 | 1001 | 11111001 | 1010011 | 110001 |
Color Harmonies of #3515E7
Complementary color
Monochromatic Colors of #3515E7
Black with #3515E7
Text Example
Text Example
White with #3515E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3515E7; }
p { color: rgb(53,21,231); }
H1.HeaderClassName
{
color: #3515E7;
}
.AnyTagClassName
{
color: #3515E7;
}
</style>
background-color css
<style>
a { background-color: #3515E7; }
a { background-color: rgb(53,21,231); }
div.DivClassName
{
background-color: #3515E7;
}
.BgClassName
{
background-color: #3515E7;
}
</style>
border-color css
<style>
span { border-color: #3515E7; }
span { border-color: rgb(53,21,231); }
td.TdClassName
{
border-color: #3515E7;
}
.TagClassName
{
border-color: #3515E7;
}
</style>