Shades of Han Purple #370FCF
Tints of Han Purple #370FCF
RGB
CMYK
RGB Variations
Color information
#370FCF (or 0x370FCF) is known color: Han Purple. HEX triplet: 37, 0F and CF. RGB value is (55,15,207). Sum of RGB (Red+Green+Blue) = 55+15+207=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #370FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FCF is #C8F030. Grayscale: #303030. Windows color (decimal): -13168689 or 13569847. OLE color: 13569847.
HSL color Cylindrical-coordinate representation of color #370FCF: hue angle of 252.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370FCF is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 15 | 207 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.19 |
| HSL | 252.5º | 0.86% | 0.44% | - |
| HSV(B) | 252.5º | 0.93% | 0.81% | - |
| XYZ | 13.01 | 5.66 | 59.44 | - |
| YUV | 48.85 | 217.25 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 207 | 0.73 | 0.93 | 0 | 0.19 | 252.5 | 0.86 | 0.44 |
| Hex | 37 | F | CF | 49 | 5D | 0 | 13 | FD | 56 | 2C |
| Octal | 67 | 17 | 317 | 111 | 135 | 0 | 23 | 375 | 126 | 54 |
| Binary | 110111 | 1111 | 11001111 | 1001001 | 1011101 | 0 | 10011 | 11111101 | 1010110 | 101100 |
Color Harmonies of #370FCF
Complementary color
Monochromatic Colors of #370FCF
Black with #370FCF
Text Example
Text Example
White with #370FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FCF; }
p { color: rgb(55,15,207); }
H1.HeaderClassName
{
color: #370FCF;
}
.AnyTagClassName
{
color: #370FCF;
}
</style>
background-color css
<style>
a { background-color: #370FCF; }
a { background-color: rgb(55,15,207); }
div.DivClassName
{
background-color: #370FCF;
}
.BgClassName
{
background-color: #370FCF;
}
</style>
border-color css
<style>
span { border-color: #370FCF; }
span { border-color: rgb(55,15,207); }
td.TdClassName
{
border-color: #370FCF;
}
.TagClassName
{
border-color: #370FCF;
}
</style>