Shades of Han Purple #370FE7
Tints of Han Purple #370FE7
RGB
CMYK
RGB Variations
Color information
#370FE7 (or 0x370FE7) is known color: Han Purple. HEX triplet: 37, 0F and E7. RGB value is (55,15,231). Sum of RGB (Red+Green+Blue) = 55+15+231=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 231 (90.62% from 255 or 76.74% from 301); Max value from RGB is 231 - color contains mainly: blue. Hex color #370FE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FE7 is #C8F018. Grayscale: #323232. Windows color (decimal): -13168665 or 15142711. OLE color: 15142711.
HSL color Cylindrical-coordinate representation of color #370FE7: hue angle of 251.11º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FE7 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 15 | 231 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.09 |
| HSL | 251.11º | 0.88% | 0.48% | - |
| HSV(B) | 251.11º | 0.94% | 0.91% | - |
| XYZ | 16.17 | 6.92 | 76.09 | - |
| YUV | 51.58 | 229.25 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 231 | 0.76 | 0.94 | 0 | 0.09 | 251.11 | 0.88 | 0.48 |
| Hex | 37 | F | E7 | 4C | 5E | 0 | 9 | FB | 58 | 30 |
| Octal | 67 | 17 | 347 | 114 | 136 | 0 | 11 | 373 | 130 | 60 |
| Binary | 110111 | 1111 | 11100111 | 1001100 | 1011110 | 0 | 1001 | 11111011 | 1011000 | 110000 |
Color Harmonies of #370FE7
Complementary color
Monochromatic Colors of #370FE7
Black with #370FE7
Text Example
Text Example
White with #370FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FE7; }
p { color: rgb(55,15,231); }
H1.HeaderClassName
{
color: #370FE7;
}
.AnyTagClassName
{
color: #370FE7;
}
</style>
background-color css
<style>
a { background-color: #370FE7; }
a { background-color: rgb(55,15,231); }
div.DivClassName
{
background-color: #370FE7;
}
.BgClassName
{
background-color: #370FE7;
}
</style>
border-color css
<style>
span { border-color: #370FE7; }
span { border-color: rgb(55,15,231); }
td.TdClassName
{
border-color: #370FE7;
}
.TagClassName
{
border-color: #370FE7;
}
</style>