Shades of Han Purple #3517E7
Tints of Han Purple #3517E7
RGB
CMYK
RGB Variations
Color information
#3517E7 (or 0x3517E7) is known color: Han Purple. HEX triplet: 35, 17 and E7. RGB value is (53,23,231). Sum of RGB (Red+Green+Blue) = 53+23+231=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 231 (90.62% from 255 or 75.24% from 307); Max value from RGB is 231 - color contains mainly: blue. Hex color #3517E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3517E7 is #CAE818. Grayscale: #363636. Windows color (decimal): -13297689 or 15144757. OLE color: 15144757.
HSL color Cylindrical-coordinate representation of color #3517E7: hue angle of 248.65º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3517E7 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 23 | 231 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.09 |
| HSL | 248.65º | 0.82% | 0.5% | - |
| HSV(B) | 248.65º | 0.9% | 0.91% | - |
| XYZ | 16.2 | 7.14 | 76.13 | - |
| YUV | 55.68 | 226.94 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 231 | 0.77 | 0.90 | 0 | 0.09 | 248.65 | 0.82 | 0.5 |
| Hex | 35 | 17 | E7 | 4D | 5A | 0 | 9 | F9 | 52 | 32 |
| Octal | 65 | 27 | 347 | 115 | 132 | 0 | 11 | 371 | 122 | 62 |
| Binary | 110101 | 10111 | 11100111 | 1001101 | 1011010 | 0 | 1001 | 11111001 | 1010010 | 110010 |
Color Harmonies of #3517E7
Complementary color
Monochromatic Colors of #3517E7
Black with #3517E7
Text Example
Text Example
White with #3517E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3517E7; }
p { color: rgb(53,23,231); }
H1.HeaderClassName
{
color: #3517E7;
}
.AnyTagClassName
{
color: #3517E7;
}
</style>
background-color css
<style>
a { background-color: #3517E7; }
a { background-color: rgb(53,23,231); }
div.DivClassName
{
background-color: #3517E7;
}
.BgClassName
{
background-color: #3517E7;
}
</style>
border-color css
<style>
span { border-color: #3517E7; }
span { border-color: rgb(53,23,231); }
td.TdClassName
{
border-color: #3517E7;
}
.TagClassName
{
border-color: #3517E7;
}
</style>