Shades of Han Purple #370EEA
Tints of Han Purple #370EEA
RGB
CMYK
RGB Variations
Color information
#370EEA (or 0x370EEA) is known color: Han Purple. HEX triplet: 37, 0E and EA. RGB value is (55,14,234). Sum of RGB (Red+Green+Blue) = 55+14+234=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #370EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EEA is #C8F115. Grayscale: #323232. Windows color (decimal): -13168918 or 15339063. OLE color: 15339063.
HSL color Cylindrical-coordinate representation of color #370EEA: hue angle of 251.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370EEA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 14 | 234 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.08 |
| HSL | 251.18º | 0.89% | 0.49% | - |
| HSV(B) | 251.18º | 0.94% | 0.92% | - |
| XYZ | 16.58 | 7.07 | 78.33 | - |
| YUV | 51.34 | 231.08 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 234 | 0.76 | 0.94 | 0 | 0.08 | 251.18 | 0.89 | 0.49 |
| Hex | 37 | E | EA | 4C | 5E | 0 | 8 | FB | 59 | 31 |
| Octal | 67 | 16 | 352 | 114 | 136 | 0 | 10 | 373 | 131 | 61 |
| Binary | 110111 | 1110 | 11101010 | 1001100 | 1011110 | 0 | 1000 | 11111011 | 1011001 | 110001 |
Color Harmonies of #370EEA
Complementary color
Monochromatic Colors of #370EEA
Black with #370EEA
Text Example
Text Example
White with #370EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370EEA; }
p { color: rgb(55,14,234); }
H1.HeaderClassName
{
color: #370EEA;
}
.AnyTagClassName
{
color: #370EEA;
}
</style>
background-color css
<style>
a { background-color: #370EEA; }
a { background-color: rgb(55,14,234); }
div.DivClassName
{
background-color: #370EEA;
}
.BgClassName
{
background-color: #370EEA;
}
</style>
border-color css
<style>
span { border-color: #370EEA; }
span { border-color: rgb(55,14,234); }
td.TdClassName
{
border-color: #370EEA;
}
.TagClassName
{
border-color: #370EEA;
}
</style>