Shades of Han Purple #370FEA
Tints of Han Purple #370FEA
RGB
CMYK
RGB Variations
Color information
#370FEA (or 0x370FEA) is known color: Han Purple. HEX triplet: 37, 0F and EA. RGB value is (55,15,234). Sum of RGB (Red+Green+Blue) = 55+15+234=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #370FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FEA is #C8F015. Grayscale: #333333. Windows color (decimal): -13168662 or 15339319. OLE color: 15339319.
HSL color Cylindrical-coordinate representation of color #370FEA: hue angle of 250.96º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FEA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 15 | 234 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.08 |
| HSL | 250.96º | 0.88% | 0.49% | - |
| HSV(B) | 250.96º | 0.94% | 0.92% | - |
| XYZ | 16.6 | 7.09 | 78.34 | - |
| YUV | 51.93 | 230.75 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 234 | 0.76 | 0.94 | 0 | 0.08 | 250.96 | 0.88 | 0.49 |
| Hex | 37 | F | EA | 4C | 5E | 0 | 8 | FB | 58 | 31 |
| Octal | 67 | 17 | 352 | 114 | 136 | 0 | 10 | 373 | 130 | 61 |
| Binary | 110111 | 1111 | 11101010 | 1001100 | 1011110 | 0 | 1000 | 11111011 | 1011000 | 110001 |
Color Harmonies of #370FEA
Complementary color
Monochromatic Colors of #370FEA
Black with #370FEA
Text Example
Text Example
White with #370FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FEA; }
p { color: rgb(55,15,234); }
H1.HeaderClassName
{
color: #370FEA;
}
.AnyTagClassName
{
color: #370FEA;
}
</style>
background-color css
<style>
a { background-color: #370FEA; }
a { background-color: rgb(55,15,234); }
div.DivClassName
{
background-color: #370FEA;
}
.BgClassName
{
background-color: #370FEA;
}
</style>
border-color css
<style>
span { border-color: #370FEA; }
span { border-color: rgb(55,15,234); }
td.TdClassName
{
border-color: #370FEA;
}
.TagClassName
{
border-color: #370FEA;
}
</style>