Shades of Han Purple #370FE1
Tints of Han Purple #370FE1
RGB
CMYK
RGB Variations
Color information
#370FE1 (or 0x370FE1) is known color: Han Purple. HEX triplet: 37, 0F and E1. RGB value is (55,15,225). Sum of RGB (Red+Green+Blue) = 55+15+225=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 225 (88.28% from 255 or 76.27% from 295); Max value from RGB is 225 - color contains mainly: blue. Hex color #370FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FE1 is #C8F01E. Grayscale: #323232. Windows color (decimal): -13168671 or 14749495. OLE color: 14749495.
HSL color Cylindrical-coordinate representation of color #370FE1: hue angle of 251.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370FE1 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 15 | 225 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.12 |
| HSL | 251.43º | 0.88% | 0.47% | - |
| HSV(B) | 251.43º | 0.93% | 0.88% | - |
| XYZ | 15.34 | 6.59 | 71.7 | - |
| YUV | 50.9 | 226.25 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 225 | 0.76 | 0.93 | 0 | 0.12 | 251.43 | 0.88 | 0.47 |
| Hex | 37 | F | E1 | 4C | 5D | 0 | C | FB | 58 | 2F |
| Octal | 67 | 17 | 341 | 114 | 135 | 0 | 14 | 373 | 130 | 57 |
| Binary | 110111 | 1111 | 11100001 | 1001100 | 1011101 | 0 | 1100 | 11111011 | 1011000 | 101111 |
Color Harmonies of #370FE1
Complementary color
Monochromatic Colors of #370FE1
Black with #370FE1
Text Example
Text Example
White with #370FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FE1; }
p { color: rgb(55,15,225); }
H1.HeaderClassName
{
color: #370FE1;
}
.AnyTagClassName
{
color: #370FE1;
}
</style>
background-color css
<style>
a { background-color: #370FE1; }
a { background-color: rgb(55,15,225); }
div.DivClassName
{
background-color: #370FE1;
}
.BgClassName
{
background-color: #370FE1;
}
</style>
border-color css
<style>
span { border-color: #370FE1; }
span { border-color: rgb(55,15,225); }
td.TdClassName
{
border-color: #370FE1;
}
.TagClassName
{
border-color: #370FE1;
}
</style>