Shades of Han Purple #370FEE
Tints of Han Purple #370FEE
RGB
CMYK
RGB Variations
Color information
#370FEE (or 0x370FEE) is known color: Han Purple. HEX triplet: 37, 0F and EE. RGB value is (55,15,238). Sum of RGB (Red+Green+Blue) = 55+15+238=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 238 (93.36% from 255 or 77.27% from 308); Max value from RGB is 238 - color contains mainly: blue. Hex color #370FEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FEE is #C8F011. Grayscale: #333333. Windows color (decimal): -13168658 or 15601463. OLE color: 15601463.
HSL color Cylindrical-coordinate representation of color #370FEE: hue angle of 250.76º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FEE is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 15 | 238 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.07 |
| HSL | 250.76º | 0.88% | 0.5% | - |
| HSV(B) | 250.76º | 0.94% | 0.93% | - |
| XYZ | 17.18 | 7.33 | 81.4 | - |
| YUV | 52.38 | 232.75 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 238 | 0.77 | 0.94 | 0 | 0.07 | 250.76 | 0.88 | 0.5 |
| Hex | 37 | F | EE | 4D | 5E | 0 | 7 | FB | 58 | 32 |
| Octal | 67 | 17 | 356 | 115 | 136 | 0 | 7 | 373 | 130 | 62 |
| Binary | 110111 | 1111 | 11101110 | 1001101 | 1011110 | 0 | 111 | 11111011 | 1011000 | 110010 |
Color Harmonies of #370FEE
Complementary color
Monochromatic Colors of #370FEE
Black with #370FEE
Text Example
Text Example
White with #370FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FEE; }
p { color: rgb(55,15,238); }
H1.HeaderClassName
{
color: #370FEE;
}
.AnyTagClassName
{
color: #370FEE;
}
</style>
background-color css
<style>
a { background-color: #370FEE; }
a { background-color: rgb(55,15,238); }
div.DivClassName
{
background-color: #370FEE;
}
.BgClassName
{
background-color: #370FEE;
}
</style>
border-color css
<style>
span { border-color: #370FEE; }
span { border-color: rgb(55,15,238); }
td.TdClassName
{
border-color: #370FEE;
}
.TagClassName
{
border-color: #370FEE;
}
</style>