Shades of Han Purple #350CE7
Tints of Han Purple #350CE7
RGB
CMYK
RGB Variations
Color information
#350CE7 (or 0x350CE7) is known color: Han Purple. HEX triplet: 35, 0C and E7. RGB value is (53,12,231). Sum of RGB (Red+Green+Blue) = 53+12+231=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 231 (90.62% from 255 or 78.04% from 296); Max value from RGB is 231 - color contains mainly: blue. Hex color #350CE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350CE7 is #CAF318. Grayscale: #303030. Windows color (decimal): -13300505 or 15141941. OLE color: 15141941.
HSL color Cylindrical-coordinate representation of color #350CE7: hue angle of 251.23º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350CE7 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 12 | 231 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.09 |
| HSL | 251.23º | 0.9% | 0.48% | - |
| HSV(B) | 251.23º | 0.95% | 0.91% | - |
| XYZ | 16.02 | 6.79 | 76.07 | - |
| YUV | 49.23 | 230.58 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 231 | 0.77 | 0.95 | 0 | 0.09 | 251.23 | 0.9 | 0.48 |
| Hex | 35 | C | E7 | 4D | 5F | 0 | 9 | FB | 5A | 30 |
| Octal | 65 | 14 | 347 | 115 | 137 | 0 | 11 | 373 | 132 | 60 |
| Binary | 110101 | 1100 | 11100111 | 1001101 | 1011111 | 0 | 1001 | 11111011 | 1011010 | 110000 |
Color Harmonies of #350CE7
Complementary color
Monochromatic Colors of #350CE7
Black with #350CE7
Text Example
Text Example
White with #350CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CE7; }
p { color: rgb(53,12,231); }
H1.HeaderClassName
{
color: #350CE7;
}
.AnyTagClassName
{
color: #350CE7;
}
</style>
background-color css
<style>
a { background-color: #350CE7; }
a { background-color: rgb(53,12,231); }
div.DivClassName
{
background-color: #350CE7;
}
.BgClassName
{
background-color: #350CE7;
}
</style>
border-color css
<style>
span { border-color: #350CE7; }
span { border-color: rgb(53,12,231); }
td.TdClassName
{
border-color: #350CE7;
}
.TagClassName
{
border-color: #350CE7;
}
</style>