Shades of Han Purple #370CEC
Tints of Han Purple #370CEC
RGB
CMYK
RGB Variations
Color information
#370CEC (or 0x370CEC) is known color: Han Purple. HEX triplet: 37, 0C and EC. RGB value is (55,12,236). Sum of RGB (Red+Green+Blue) = 55+12+236=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #370CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CEC is #C8F313. Grayscale: #313131. Windows color (decimal): -13169428 or 15469623. OLE color: 15469623.
HSL color Cylindrical-coordinate representation of color #370CEC: hue angle of 251.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370CEC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 12 | 236 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.07 |
| HSL | 251.52º | 0.9% | 0.49% | - |
| HSV(B) | 251.52º | 0.95% | 0.93% | - |
| XYZ | 16.85 | 7.13 | 79.85 | - |
| YUV | 50.39 | 232.75 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 236 | 0.77 | 0.95 | 0 | 0.07 | 251.52 | 0.9 | 0.49 |
| Hex | 37 | C | EC | 4D | 5F | 0 | 7 | FC | 5A | 31 |
| Octal | 67 | 14 | 354 | 115 | 137 | 0 | 7 | 374 | 132 | 61 |
| Binary | 110111 | 1100 | 11101100 | 1001101 | 1011111 | 0 | 111 | 11111100 | 1011010 | 110001 |
Color Harmonies of #370CEC
Complementary color
Monochromatic Colors of #370CEC
Black with #370CEC
Text Example
Text Example
White with #370CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CEC; }
p { color: rgb(55,12,236); }
H1.HeaderClassName
{
color: #370CEC;
}
.AnyTagClassName
{
color: #370CEC;
}
</style>
background-color css
<style>
a { background-color: #370CEC; }
a { background-color: rgb(55,12,236); }
div.DivClassName
{
background-color: #370CEC;
}
.BgClassName
{
background-color: #370CEC;
}
</style>
border-color css
<style>
span { border-color: #370CEC; }
span { border-color: rgb(55,12,236); }
td.TdClassName
{
border-color: #370CEC;
}
.TagClassName
{
border-color: #370CEC;
}
</style>