Shades of Han Purple #370EED
Tints of Han Purple #370EED
RGB
CMYK
RGB Variations
Color information
#370EED (or 0x370EED) is known color: Han Purple. HEX triplet: 37, 0E and ED. RGB value is (55,14,237). Sum of RGB (Red+Green+Blue) = 55+14+237=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #370EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EED is #C8F112. Grayscale: #323232. Windows color (decimal): -13168915 or 15535671. OLE color: 15535671.
HSL color Cylindrical-coordinate representation of color #370EED: hue angle of 251.03º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370EED is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 14 | 237 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.07 |
| HSL | 251.03º | 0.89% | 0.49% | - |
| HSV(B) | 251.03º | 0.94% | 0.93% | - |
| XYZ | 17.02 | 7.24 | 80.62 | - |
| YUV | 51.68 | 232.58 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 237 | 0.77 | 0.94 | 0 | 0.07 | 251.03 | 0.89 | 0.49 |
| Hex | 37 | E | ED | 4D | 5E | 0 | 7 | FB | 59 | 31 |
| Octal | 67 | 16 | 355 | 115 | 136 | 0 | 7 | 373 | 131 | 61 |
| Binary | 110111 | 1110 | 11101101 | 1001101 | 1011110 | 0 | 111 | 11111011 | 1011001 | 110001 |
Color Harmonies of #370EED
Complementary color
Monochromatic Colors of #370EED
Black with #370EED
Text Example
Text Example
White with #370EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370EED; }
p { color: rgb(55,14,237); }
H1.HeaderClassName
{
color: #370EED;
}
.AnyTagClassName
{
color: #370EED;
}
</style>
background-color css
<style>
a { background-color: #370EED; }
a { background-color: rgb(55,14,237); }
div.DivClassName
{
background-color: #370EED;
}
.BgClassName
{
background-color: #370EED;
}
</style>
border-color css
<style>
span { border-color: #370EED; }
span { border-color: rgb(55,14,237); }
td.TdClassName
{
border-color: #370EED;
}
.TagClassName
{
border-color: #370EED;
}
</style>