Shades of Han Purple #370ACC
Tints of Han Purple #370ACC
RGB
CMYK
RGB Variations
Color information
#370ACC (or 0x370ACC) is known color: Han Purple. HEX triplet: 37, 0A and CC. RGB value is (55,10,204). Sum of RGB (Red+Green+Blue) = 55+10+204=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #370ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ACC is #C8F533. Grayscale: #2C2C2C. Windows color (decimal): -13169972 or 13371959. OLE color: 13371959.
HSL color Cylindrical-coordinate representation of color #370ACC: hue angle of 253.92º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370ACC is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 10 | 204 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.2 |
| HSL | 253.92º | 0.91% | 0.42% | - |
| HSV(B) | 253.92º | 0.95% | 0.8% | - |
| XYZ | 12.58 | 5.39 | 57.5 | - |
| YUV | 45.57 | 217.41 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 204 | 0.73 | 0.95 | 0 | 0.2 | 253.92 | 0.91 | 0.42 |
| Hex | 37 | A | CC | 49 | 5F | 0 | 14 | FE | 5B | 2A |
| Octal | 67 | 12 | 314 | 111 | 137 | 0 | 24 | 376 | 133 | 52 |
| Binary | 110111 | 1010 | 11001100 | 1001001 | 1011111 | 0 | 10100 | 11111110 | 1011011 | 101010 |
Color Harmonies of #370ACC
Complementary color
Monochromatic Colors of #370ACC
Black with #370ACC
Text Example
Text Example
White with #370ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370ACC; }
p { color: rgb(55,10,204); }
H1.HeaderClassName
{
color: #370ACC;
}
.AnyTagClassName
{
color: #370ACC;
}
</style>
background-color css
<style>
a { background-color: #370ACC; }
a { background-color: rgb(55,10,204); }
div.DivClassName
{
background-color: #370ACC;
}
.BgClassName
{
background-color: #370ACC;
}
</style>
border-color css
<style>
span { border-color: #370ACC; }
span { border-color: rgb(55,10,204); }
td.TdClassName
{
border-color: #370ACC;
}
.TagClassName
{
border-color: #370ACC;
}
</style>