Shades of Han Purple #370CE5
Tints of Han Purple #370CE5
RGB
CMYK
RGB Variations
Color information
#370CE5 (or 0x370CE5) is known color: Han Purple. HEX triplet: 37, 0C and E5. RGB value is (55,12,229). Sum of RGB (Red+Green+Blue) = 55+12+229=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 229 (89.84% from 255 or 77.36% from 296); Max value from RGB is 229 - color contains mainly: blue. Hex color #370CE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CE5 is #C8F31A. Grayscale: #303030. Windows color (decimal): -13169435 or 15010871. OLE color: 15010871.
HSL color Cylindrical-coordinate representation of color #370CE5: hue angle of 251.89º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370CE5 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 12 | 229 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.10 |
| HSL | 251.89º | 0.9% | 0.47% | - |
| HSV(B) | 251.89º | 0.95% | 0.9% | - |
| XYZ | 15.85 | 6.73 | 74.59 | - |
| YUV | 49.6 | 229.25 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 229 | 0.76 | 0.95 | 0 | 0.10 | 251.89 | 0.9 | 0.47 |
| Hex | 37 | C | E5 | 4C | 5F | 0 | A | FC | 5A | 2F |
| Octal | 67 | 14 | 345 | 114 | 137 | 0 | 12 | 374 | 132 | 57 |
| Binary | 110111 | 1100 | 11100101 | 1001100 | 1011111 | 0 | 1010 | 11111100 | 1011010 | 101111 |
Color Harmonies of #370CE5
Complementary color
Monochromatic Colors of #370CE5
Black with #370CE5
Text Example
Text Example
White with #370CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CE5; }
p { color: rgb(55,12,229); }
H1.HeaderClassName
{
color: #370CE5;
}
.AnyTagClassName
{
color: #370CE5;
}
</style>
background-color css
<style>
a { background-color: #370CE5; }
a { background-color: rgb(55,12,229); }
div.DivClassName
{
background-color: #370CE5;
}
.BgClassName
{
background-color: #370CE5;
}
</style>
border-color css
<style>
span { border-color: #370CE5; }
span { border-color: rgb(55,12,229); }
td.TdClassName
{
border-color: #370CE5;
}
.TagClassName
{
border-color: #370CE5;
}
</style>