Shades of Han Purple #370DCE
Tints of Han Purple #370DCE
RGB
CMYK
RGB Variations
Color information
#370DCE (or 0x370DCE) is known color: Han Purple. HEX triplet: 37, 0D and CE. RGB value is (55,13,206). Sum of RGB (Red+Green+Blue) = 55+13+206=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #370DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DCE is #C8F231. Grayscale: #2E2E2E. Windows color (decimal): -13169202 or 13503799. OLE color: 13503799.
HSL color Cylindrical-coordinate representation of color #370DCE: hue angle of 253.06º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370DCE is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 13 | 206 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.19 |
| HSL | 253.06º | 0.88% | 0.43% | - |
| HSV(B) | 253.06º | 0.94% | 0.81% | - |
| XYZ | 12.86 | 5.56 | 58.79 | - |
| YUV | 47.56 | 217.41 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 206 | 0.73 | 0.94 | 0 | 0.19 | 253.06 | 0.88 | 0.43 |
| Hex | 37 | D | CE | 49 | 5E | 0 | 13 | FD | 58 | 2B |
| Octal | 67 | 15 | 316 | 111 | 136 | 0 | 23 | 375 | 130 | 53 |
| Binary | 110111 | 1101 | 11001110 | 1001001 | 1011110 | 0 | 10011 | 11111101 | 1011000 | 101011 |
Color Harmonies of #370DCE
Complementary color
Monochromatic Colors of #370DCE
Black with #370DCE
Text Example
Text Example
White with #370DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DCE; }
p { color: rgb(55,13,206); }
H1.HeaderClassName
{
color: #370DCE;
}
.AnyTagClassName
{
color: #370DCE;
}
</style>
background-color css
<style>
a { background-color: #370DCE; }
a { background-color: rgb(55,13,206); }
div.DivClassName
{
background-color: #370DCE;
}
.BgClassName
{
background-color: #370DCE;
}
</style>
border-color css
<style>
span { border-color: #370DCE; }
span { border-color: rgb(55,13,206); }
td.TdClassName
{
border-color: #370DCE;
}
.TagClassName
{
border-color: #370DCE;
}
</style>