Shades of Han Purple #370CDF
Tints of Han Purple #370CDF
RGB
CMYK
RGB Variations
Color information
#370CDF (or 0x370CDF) is known color: Han Purple. HEX triplet: 37, 0C and DF. RGB value is (55,12,223). Sum of RGB (Red+Green+Blue) = 55+12+223=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #370CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CDF is #C8F320. Grayscale: #303030. Windows color (decimal): -13169441 or 14617655. OLE color: 14617655.
HSL color Cylindrical-coordinate representation of color #370CDF: hue angle of 252.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370CDF is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 12 | 223 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.13 |
| HSL | 252.23º | 0.9% | 0.46% | - |
| HSV(B) | 252.23º | 0.95% | 0.87% | - |
| XYZ | 15.03 | 6.4 | 70.26 | - |
| YUV | 48.91 | 226.25 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 223 | 0.75 | 0.95 | 0 | 0.13 | 252.23 | 0.9 | 0.46 |
| Hex | 37 | C | DF | 4B | 5F | 0 | D | FC | 5A | 2E |
| Octal | 67 | 14 | 337 | 113 | 137 | 0 | 15 | 374 | 132 | 56 |
| Binary | 110111 | 1100 | 11011111 | 1001011 | 1011111 | 0 | 1101 | 11111100 | 1011010 | 101110 |
Color Harmonies of #370CDF
Complementary color
Monochromatic Colors of #370CDF
Black with #370CDF
Text Example
Text Example
White with #370CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CDF; }
p { color: rgb(55,12,223); }
H1.HeaderClassName
{
color: #370CDF;
}
.AnyTagClassName
{
color: #370CDF;
}
</style>
background-color css
<style>
a { background-color: #370CDF; }
a { background-color: rgb(55,12,223); }
div.DivClassName
{
background-color: #370CDF;
}
.BgClassName
{
background-color: #370CDF;
}
</style>
border-color css
<style>
span { border-color: #370CDF; }
span { border-color: rgb(55,12,223); }
td.TdClassName
{
border-color: #370CDF;
}
.TagClassName
{
border-color: #370CDF;
}
</style>