Shades of Han Purple #370FCC
Tints of Han Purple #370FCC
RGB
CMYK
RGB Variations
Color information
#370FCC (or 0x370FCC) is known color: Han Purple. HEX triplet: 37, 0F and CC. RGB value is (55,15,204). Sum of RGB (Red+Green+Blue) = 55+15+204=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #370FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FCC is #C8F033. Grayscale: #2F2F2F. Windows color (decimal): -13168692 or 13373239. OLE color: 13373239.
HSL color Cylindrical-coordinate representation of color #370FCC: hue angle of 252.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370FCC is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 15 | 204 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.2 |
| HSL | 252.7º | 0.86% | 0.43% | - |
| HSV(B) | 252.7º | 0.93% | 0.8% | - |
| XYZ | 12.65 | 5.51 | 57.52 | - |
| YUV | 48.51 | 215.75 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 204 | 0.73 | 0.93 | 0 | 0.2 | 252.7 | 0.86 | 0.43 |
| Hex | 37 | F | CC | 49 | 5D | 0 | 14 | FD | 56 | 2B |
| Octal | 67 | 17 | 314 | 111 | 135 | 0 | 24 | 375 | 126 | 53 |
| Binary | 110111 | 1111 | 11001100 | 1001001 | 1011101 | 0 | 10100 | 11111101 | 1010110 | 101011 |
Color Harmonies of #370FCC
Complementary color
Monochromatic Colors of #370FCC
Black with #370FCC
Text Example
Text Example
White with #370FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FCC; }
p { color: rgb(55,15,204); }
H1.HeaderClassName
{
color: #370FCC;
}
.AnyTagClassName
{
color: #370FCC;
}
</style>
background-color css
<style>
a { background-color: #370FCC; }
a { background-color: rgb(55,15,204); }
div.DivClassName
{
background-color: #370FCC;
}
.BgClassName
{
background-color: #370FCC;
}
</style>
border-color css
<style>
span { border-color: #370FCC; }
span { border-color: rgb(55,15,204); }
td.TdClassName
{
border-color: #370FCC;
}
.TagClassName
{
border-color: #370FCC;
}
</style>