Shades of Han Purple #370EFF
Tints of Han Purple #370EFF
RGB
CMYK
RGB Variations
Color information
#370EFF (or 0x370EFF) is known color: Han Purple. HEX triplet: 37, 0E and FF. RGB value is (55,14,255). Sum of RGB (Red+Green+Blue) = 55+14+255=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #370EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EFF is #C8F100. Grayscale: #343434. Windows color (decimal): -13168897 or 16715319. OLE color: 16715319.
HSL color Cylindrical-coordinate representation of color #370EFF: hue angle of 250.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370EFF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 14 | 255 | - |
| CMYK | 0.78 | 0.95 | 0 | 0 |
| HSL | 250.21º | 1% | 0.53% | - |
| HSV(B) | 250.21º | 0.95% | 1% | - |
| XYZ | 19.78 | 8.35 | 95.18 | - |
| YUV | 53.73 | 241.58 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 255 | 0.78 | 0.95 | 0 | 0 | 250.21 | 1 | 0.53 |
| Hex | 37 | E | FF | 4E | 5F | 0 | 0 | FA | 64 | 35 |
| Octal | 67 | 16 | 377 | 116 | 137 | 0 | 0 | 372 | 144 | 65 |
| Binary | 110111 | 1110 | 11111111 | 1001110 | 1011111 | 0 | 0 | 11111010 | 1100100 | 110101 |
Color Harmonies of #370EFF
Complementary color
Monochromatic Colors of #370EFF
Black with #370EFF
Text Example
Text Example
White with #370EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370EFF; }
p { color: rgb(55,14,255); }
H1.HeaderClassName
{
color: #370EFF;
}
.AnyTagClassName
{
color: #370EFF;
}
</style>
background-color css
<style>
a { background-color: #370EFF; }
a { background-color: rgb(55,14,255); }
div.DivClassName
{
background-color: #370EFF;
}
.BgClassName
{
background-color: #370EFF;
}
</style>
border-color css
<style>
span { border-color: #370EFF; }
span { border-color: rgb(55,14,255); }
td.TdClassName
{
border-color: #370EFF;
}
.TagClassName
{
border-color: #370EFF;
}
</style>