Shades of Han Purple #370FCE
Tints of Han Purple #370FCE
RGB
CMYK
RGB Variations
Color information
#370FCE (or 0x370FCE) is known color: Han Purple. HEX triplet: 37, 0F and CE. RGB value is (55,15,206). Sum of RGB (Red+Green+Blue) = 55+15+206=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #370FCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FCE is #C8F031. Grayscale: #303030. Windows color (decimal): -13168690 or 13504311. OLE color: 13504311.
HSL color Cylindrical-coordinate representation of color #370FCE: hue angle of 252.57º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370FCE is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 15 | 206 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.19 |
| HSL | 252.57º | 0.86% | 0.43% | - |
| HSV(B) | 252.57º | 0.93% | 0.81% | - |
| XYZ | 12.89 | 5.61 | 58.8 | - |
| YUV | 48.73 | 216.75 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 206 | 0.73 | 0.93 | 0 | 0.19 | 252.57 | 0.86 | 0.43 |
| Hex | 37 | F | CE | 49 | 5D | 0 | 13 | FD | 56 | 2B |
| Octal | 67 | 17 | 316 | 111 | 135 | 0 | 23 | 375 | 126 | 53 |
| Binary | 110111 | 1111 | 11001110 | 1001001 | 1011101 | 0 | 10011 | 11111101 | 1010110 | 101011 |
Color Harmonies of #370FCE
Complementary color
Monochromatic Colors of #370FCE
Black with #370FCE
Text Example
Text Example
White with #370FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FCE; }
p { color: rgb(55,15,206); }
H1.HeaderClassName
{
color: #370FCE;
}
.AnyTagClassName
{
color: #370FCE;
}
</style>
background-color css
<style>
a { background-color: #370FCE; }
a { background-color: rgb(55,15,206); }
div.DivClassName
{
background-color: #370FCE;
}
.BgClassName
{
background-color: #370FCE;
}
</style>
border-color css
<style>
span { border-color: #370FCE; }
span { border-color: rgb(55,15,206); }
td.TdClassName
{
border-color: #370FCE;
}
.TagClassName
{
border-color: #370FCE;
}
</style>