Shades of Han Purple #370CEA
Tints of Han Purple #370CEA
RGB
CMYK
RGB Variations
Color information
#370CEA (or 0x370CEA) is known color: Han Purple. HEX triplet: 37, 0C and EA. RGB value is (55,12,234). Sum of RGB (Red+Green+Blue) = 55+12+234=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #370CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CEA is #C8F315. Grayscale: #313131. Windows color (decimal): -13169430 or 15338551. OLE color: 15338551.
HSL color Cylindrical-coordinate representation of color #370CEA: hue angle of 251.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370CEA is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 12 | 234 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.08 |
| HSL | 251.62º | 0.9% | 0.48% | - |
| HSV(B) | 251.62º | 0.95% | 0.92% | - |
| XYZ | 16.56 | 7.02 | 78.32 | - |
| YUV | 50.17 | 231.75 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 234 | 0.76 | 0.95 | 0 | 0.08 | 251.62 | 0.9 | 0.48 |
| Hex | 37 | C | EA | 4C | 5F | 0 | 8 | FC | 5A | 30 |
| Octal | 67 | 14 | 352 | 114 | 137 | 0 | 10 | 374 | 132 | 60 |
| Binary | 110111 | 1100 | 11101010 | 1001100 | 1011111 | 0 | 1000 | 11111100 | 1011010 | 110000 |
Color Harmonies of #370CEA
Complementary color
Monochromatic Colors of #370CEA
Black with #370CEA
Text Example
Text Example
White with #370CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CEA; }
p { color: rgb(55,12,234); }
H1.HeaderClassName
{
color: #370CEA;
}
.AnyTagClassName
{
color: #370CEA;
}
</style>
background-color css
<style>
a { background-color: #370CEA; }
a { background-color: rgb(55,12,234); }
div.DivClassName
{
background-color: #370CEA;
}
.BgClassName
{
background-color: #370CEA;
}
</style>
border-color css
<style>
span { border-color: #370CEA; }
span { border-color: rgb(55,12,234); }
td.TdClassName
{
border-color: #370CEA;
}
.TagClassName
{
border-color: #370CEA;
}
</style>