Shades of Han Purple #370FEF
Tints of Han Purple #370FEF
RGB
CMYK
RGB Variations
Color information
#370FEF (or 0x370FEF) is known color: Han Purple. HEX triplet: 37, 0F and EF. RGB value is (55,15,239). Sum of RGB (Red+Green+Blue) = 55+15+239=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 239 (93.75% from 255 or 77.35% from 309); Max value from RGB is 239 - color contains mainly: blue. Hex color #370FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FEF is #C8F010. Grayscale: #333333. Windows color (decimal): -13168657 or 15666999. OLE color: 15666999.
HSL color Cylindrical-coordinate representation of color #370FEF: hue angle of 250.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FEF is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 15 | 239 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.06 |
| HSL | 250.71º | 0.88% | 0.5% | - |
| HSV(B) | 250.71º | 0.94% | 0.94% | - |
| XYZ | 17.33 | 7.39 | 82.17 | - |
| YUV | 52.5 | 233.25 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 239 | 0.77 | 0.94 | 0 | 0.06 | 250.71 | 0.88 | 0.5 |
| Hex | 37 | F | EF | 4D | 5E | 0 | 6 | FB | 58 | 32 |
| Octal | 67 | 17 | 357 | 115 | 136 | 0 | 6 | 373 | 130 | 62 |
| Binary | 110111 | 1111 | 11101111 | 1001101 | 1011110 | 0 | 110 | 11111011 | 1011000 | 110010 |
Color Harmonies of #370FEF
Complementary color
Monochromatic Colors of #370FEF
Black with #370FEF
Text Example
Text Example
White with #370FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FEF; }
p { color: rgb(55,15,239); }
H1.HeaderClassName
{
color: #370FEF;
}
.AnyTagClassName
{
color: #370FEF;
}
</style>
background-color css
<style>
a { background-color: #370FEF; }
a { background-color: rgb(55,15,239); }
div.DivClassName
{
background-color: #370FEF;
}
.BgClassName
{
background-color: #370FEF;
}
</style>
border-color css
<style>
span { border-color: #370FEF; }
span { border-color: rgb(55,15,239); }
td.TdClassName
{
border-color: #370FEF;
}
.TagClassName
{
border-color: #370FEF;
}
</style>