Shades of Han Purple #370EFA
Tints of Han Purple #370EFA
RGB
CMYK
RGB Variations
Color information
#370EFA (or 0x370EFA) is known color: Han Purple. HEX triplet: 37, 0E and FA. RGB value is (55,14,250). Sum of RGB (Red+Green+Blue) = 55+14+250=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #370EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EFA is #C8F105. Grayscale: #343434. Windows color (decimal): -13168902 or 16387639. OLE color: 16387639.
HSL color Cylindrical-coordinate representation of color #370EFA: hue angle of 250.42º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370EFA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 14 | 250 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.02 |
| HSL | 250.42º | 0.96% | 0.52% | - |
| HSV(B) | 250.42º | 0.94% | 0.98% | - |
| XYZ | 18.99 | 8.03 | 90.99 | - |
| YUV | 53.16 | 239.08 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 250 | 0.78 | 0.94 | 0 | 0.02 | 250.42 | 0.96 | 0.52 |
| Hex | 37 | E | FA | 4E | 5E | 0 | 2 | FA | 60 | 34 |
| Octal | 67 | 16 | 372 | 116 | 136 | 0 | 2 | 372 | 140 | 64 |
| Binary | 110111 | 1110 | 11111010 | 1001110 | 1011110 | 0 | 10 | 11111010 | 1100000 | 110100 |
Color Harmonies of #370EFA
Complementary color
Monochromatic Colors of #370EFA
Black with #370EFA
Text Example
Text Example
White with #370EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370EFA; }
p { color: rgb(55,14,250); }
H1.HeaderClassName
{
color: #370EFA;
}
.AnyTagClassName
{
color: #370EFA;
}
</style>
background-color css
<style>
a { background-color: #370EFA; }
a { background-color: rgb(55,14,250); }
div.DivClassName
{
background-color: #370EFA;
}
.BgClassName
{
background-color: #370EFA;
}
</style>
border-color css
<style>
span { border-color: #370EFA; }
span { border-color: rgb(55,14,250); }
td.TdClassName
{
border-color: #370EFA;
}
.TagClassName
{
border-color: #370EFA;
}
</style>