Shades of Han Purple #370EEE
Tints of Han Purple #370EEE
RGB
CMYK
RGB Variations
Color information
#370EEE (or 0x370EEE) is known color: Han Purple. HEX triplet: 37, 0E and EE. RGB value is (55,14,238). Sum of RGB (Red+Green+Blue) = 55+14+238=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #370EEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EEE is #C8F111. Grayscale: #323232. Windows color (decimal): -13168914 or 15601207. OLE color: 15601207.
HSL color Cylindrical-coordinate representation of color #370EEE: hue angle of 250.98º 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 #370EEE is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 14 | 238 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.07 |
| HSL | 250.98º | 0.89% | 0.49% | - |
| HSV(B) | 250.98º | 0.94% | 0.93% | - |
| XYZ | 17.17 | 7.3 | 81.39 | - |
| YUV | 51.8 | 233.08 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 238 | 0.77 | 0.94 | 0 | 0.07 | 250.98 | 0.89 | 0.49 |
| Hex | 37 | E | EE | 4D | 5E | 0 | 7 | FB | 59 | 31 |
| Octal | 67 | 16 | 356 | 115 | 136 | 0 | 7 | 373 | 131 | 61 |
| Binary | 110111 | 1110 | 11101110 | 1001101 | 1011110 | 0 | 111 | 11111011 | 1011001 | 110001 |
Color Harmonies of #370EEE
Complementary color
Monochromatic Colors of #370EEE
Black with #370EEE
Text Example
Text Example
White with #370EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370EEE; }
p { color: rgb(55,14,238); }
H1.HeaderClassName
{
color: #370EEE;
}
.AnyTagClassName
{
color: #370EEE;
}
</style>
background-color css
<style>
a { background-color: #370EEE; }
a { background-color: rgb(55,14,238); }
div.DivClassName
{
background-color: #370EEE;
}
.BgClassName
{
background-color: #370EEE;
}
</style>
border-color css
<style>
span { border-color: #370EEE; }
span { border-color: rgb(55,14,238); }
td.TdClassName
{
border-color: #370EEE;
}
.TagClassName
{
border-color: #370EEE;
}
</style>