Shades of Han Purple #370FE3
Tints of Han Purple #370FE3
RGB
CMYK
RGB Variations
Color information
#370FE3 (or 0x370FE3) is known color: Han Purple. HEX triplet: 37, 0F and E3. RGB value is (55,15,227). Sum of RGB (Red+Green+Blue) = 55+15+227=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 227 (89.06% from 255 or 76.43% from 297); Max value from RGB is 227 - color contains mainly: blue. Hex color #370FE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FE3 is #C8F01C. Grayscale: #323232. Windows color (decimal): -13168669 or 14880567. OLE color: 14880567.
HSL color Cylindrical-coordinate representation of color #370FE3: hue angle of 251.32º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370FE3 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 15 | 227 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.11 |
| HSL | 251.32º | 0.88% | 0.47% | - |
| HSV(B) | 251.32º | 0.93% | 0.89% | - |
| XYZ | 15.61 | 6.7 | 73.14 | - |
| YUV | 51.13 | 227.25 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 227 | 0.76 | 0.93 | 0 | 0.11 | 251.32 | 0.88 | 0.47 |
| Hex | 37 | F | E3 | 4C | 5D | 0 | B | FB | 58 | 2F |
| Octal | 67 | 17 | 343 | 114 | 135 | 0 | 13 | 373 | 130 | 57 |
| Binary | 110111 | 1111 | 11100011 | 1001100 | 1011101 | 0 | 1011 | 11111011 | 1011000 | 101111 |
Color Harmonies of #370FE3
Complementary color
Monochromatic Colors of #370FE3
Black with #370FE3
Text Example
Text Example
White with #370FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FE3; }
p { color: rgb(55,15,227); }
H1.HeaderClassName
{
color: #370FE3;
}
.AnyTagClassName
{
color: #370FE3;
}
</style>
background-color css
<style>
a { background-color: #370FE3; }
a { background-color: rgb(55,15,227); }
div.DivClassName
{
background-color: #370FE3;
}
.BgClassName
{
background-color: #370FE3;
}
</style>
border-color css
<style>
span { border-color: #370FE3; }
span { border-color: rgb(55,15,227); }
td.TdClassName
{
border-color: #370FE3;
}
.TagClassName
{
border-color: #370FE3;
}
</style>