Shades of Han Purple #370FDC
Tints of Han Purple #370FDC
RGB
CMYK
RGB Variations
Color information
#370FDC (or 0x370FDC) is known color: Han Purple. HEX triplet: 37, 0F and DC. RGB value is (55,15,220). Sum of RGB (Red+Green+Blue) = 55+15+220=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #370FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FDC is #C8F023. Grayscale: #313131. Windows color (decimal): -13168676 or 14421815. OLE color: 14421815.
HSL color Cylindrical-coordinate representation of color #370FDC: hue angle of 251.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370FDC is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 15 | 220 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.14 |
| HSL | 251.71º | 0.87% | 0.46% | - |
| HSV(B) | 251.71º | 0.93% | 0.86% | - |
| XYZ | 14.66 | 6.32 | 68.16 | - |
| YUV | 50.33 | 223.75 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 220 | 0.75 | 0.93 | 0 | 0.14 | 251.71 | 0.87 | 0.46 |
| Hex | 37 | F | DC | 4B | 5D | 0 | E | FC | 57 | 2E |
| Octal | 67 | 17 | 334 | 113 | 135 | 0 | 16 | 374 | 127 | 56 |
| Binary | 110111 | 1111 | 11011100 | 1001011 | 1011101 | 0 | 1110 | 11111100 | 1010111 | 101110 |
Color Harmonies of #370FDC
Complementary color
Monochromatic Colors of #370FDC
Black with #370FDC
Text Example
Text Example
White with #370FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FDC; }
p { color: rgb(55,15,220); }
H1.HeaderClassName
{
color: #370FDC;
}
.AnyTagClassName
{
color: #370FDC;
}
</style>
background-color css
<style>
a { background-color: #370FDC; }
a { background-color: rgb(55,15,220); }
div.DivClassName
{
background-color: #370FDC;
}
.BgClassName
{
background-color: #370FDC;
}
</style>
border-color css
<style>
span { border-color: #370FDC; }
span { border-color: rgb(55,15,220); }
td.TdClassName
{
border-color: #370FDC;
}
.TagClassName
{
border-color: #370FDC;
}
</style>