Shades of Han Purple #370BEC
Tints of Han Purple #370BEC
RGB
CMYK
RGB Variations
Color information
#370BEC (or 0x370BEC) is known color: Han Purple. HEX triplet: 37, 0B and EC. RGB value is (55,11,236). Sum of RGB (Red+Green+Blue) = 55+11+236=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #370BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370BEC is #C8F413. Grayscale: #303030. Windows color (decimal): -13169684 or 15469367. OLE color: 15469367.
HSL color Cylindrical-coordinate representation of color #370BEC: hue angle of 251.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BEC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 11 | 236 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.07 |
| HSL | 251.73º | 0.91% | 0.48% | - |
| HSV(B) | 251.73º | 0.95% | 0.93% | - |
| XYZ | 16.84 | 7.11 | 79.84 | - |
| YUV | 49.81 | 233.08 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 236 | 0.77 | 0.95 | 0 | 0.07 | 251.73 | 0.91 | 0.48 |
| Hex | 37 | B | EC | 4D | 5F | 0 | 7 | FC | 5B | 30 |
| Octal | 67 | 13 | 354 | 115 | 137 | 0 | 7 | 374 | 133 | 60 |
| Binary | 110111 | 1011 | 11101100 | 1001101 | 1011111 | 0 | 111 | 11111100 | 1011011 | 110000 |
Color Harmonies of #370BEC
Complementary color
Monochromatic Colors of #370BEC
Black with #370BEC
Text Example
Text Example
White with #370BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BEC; }
p { color: rgb(55,11,236); }
H1.HeaderClassName
{
color: #370BEC;
}
.AnyTagClassName
{
color: #370BEC;
}
</style>
background-color css
<style>
a { background-color: #370BEC; }
a { background-color: rgb(55,11,236); }
div.DivClassName
{
background-color: #370BEC;
}
.BgClassName
{
background-color: #370BEC;
}
</style>
border-color css
<style>
span { border-color: #370BEC; }
span { border-color: rgb(55,11,236); }
td.TdClassName
{
border-color: #370BEC;
}
.TagClassName
{
border-color: #370BEC;
}
</style>