Shades of Han Purple #370AD6
Tints of Han Purple #370AD6
RGB
CMYK
RGB Variations
Color information
#370AD6 (or 0x370AD6) is known color: Han Purple. HEX triplet: 37, 0A and D6. RGB value is (55,10,214). Sum of RGB (Red+Green+Blue) = 55+10+214=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #370AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370AD6 is #C8F529. Grayscale: #2D2D2D. Windows color (decimal): -13169962 or 14027319. OLE color: 14027319.
HSL color Cylindrical-coordinate representation of color #370AD6: hue angle of 253.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370AD6 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 10 | 214 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.16 |
| HSL | 253.24º | 0.91% | 0.44% | - |
| HSV(B) | 253.24º | 0.95% | 0.84% | - |
| XYZ | 13.82 | 5.88 | 64.03 | - |
| YUV | 46.71 | 222.41 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 214 | 0.74 | 0.95 | 0 | 0.16 | 253.24 | 0.91 | 0.44 |
| Hex | 37 | A | D6 | 4A | 5F | 0 | 10 | FD | 5B | 2C |
| Octal | 67 | 12 | 326 | 112 | 137 | 0 | 20 | 375 | 133 | 54 |
| Binary | 110111 | 1010 | 11010110 | 1001010 | 1011111 | 0 | 10000 | 11111101 | 1011011 | 101100 |
Color Harmonies of #370AD6
Complementary color
Monochromatic Colors of #370AD6
Black with #370AD6
Text Example
Text Example
White with #370AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370AD6; }
p { color: rgb(55,10,214); }
H1.HeaderClassName
{
color: #370AD6;
}
.AnyTagClassName
{
color: #370AD6;
}
</style>
background-color css
<style>
a { background-color: #370AD6; }
a { background-color: rgb(55,10,214); }
div.DivClassName
{
background-color: #370AD6;
}
.BgClassName
{
background-color: #370AD6;
}
</style>
border-color css
<style>
span { border-color: #370AD6; }
span { border-color: rgb(55,10,214); }
td.TdClassName
{
border-color: #370AD6;
}
.TagClassName
{
border-color: #370AD6;
}
</style>