Shades of Han Purple #370DEC
Tints of Han Purple #370DEC
RGB
CMYK
RGB Variations
Color information
#370DEC (or 0x370DEC) is known color: Han Purple. HEX triplet: 37, 0D and EC. RGB value is (55,13,236). Sum of RGB (Red+Green+Blue) = 55+13+236=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #370DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370DEC is #C8F213. Grayscale: #323232. Windows color (decimal): -13169172 or 15469879. OLE color: 15469879.
HSL color Cylindrical-coordinate representation of color #370DEC: hue angle of 251.3º degrees, saturation: 0.9, 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 #370DEC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 13 | 236 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.07 |
| HSL | 251.3º | 0.9% | 0.49% | - |
| HSV(B) | 251.3º | 0.94% | 0.93% | - |
| XYZ | 16.86 | 7.16 | 79.85 | - |
| YUV | 50.98 | 232.41 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 236 | 0.77 | 0.94 | 0 | 0.07 | 251.3 | 0.9 | 0.49 |
| Hex | 37 | D | EC | 4D | 5E | 0 | 7 | FB | 5A | 31 |
| Octal | 67 | 15 | 354 | 115 | 136 | 0 | 7 | 373 | 132 | 61 |
| Binary | 110111 | 1101 | 11101100 | 1001101 | 1011110 | 0 | 111 | 11111011 | 1011010 | 110001 |
Color Harmonies of #370DEC
Complementary color
Monochromatic Colors of #370DEC
Black with #370DEC
Text Example
Text Example
White with #370DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DEC; }
p { color: rgb(55,13,236); }
H1.HeaderClassName
{
color: #370DEC;
}
.AnyTagClassName
{
color: #370DEC;
}
</style>
background-color css
<style>
a { background-color: #370DEC; }
a { background-color: rgb(55,13,236); }
div.DivClassName
{
background-color: #370DEC;
}
.BgClassName
{
background-color: #370DEC;
}
</style>
border-color css
<style>
span { border-color: #370DEC; }
span { border-color: rgb(55,13,236); }
td.TdClassName
{
border-color: #370DEC;
}
.TagClassName
{
border-color: #370DEC;
}
</style>