Shades of Han Purple #371CF6
Tints of Han Purple #371CF6
RGB
CMYK
RGB Variations
Color information
#371CF6 (or 0x371CF6) is known color: Han Purple. HEX triplet: 37, 1C and F6. RGB value is (55,28,246). Sum of RGB (Red+Green+Blue) = 55+28+246=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 246 (96.48% from 255 or 74.77% from 329); Max value from RGB is 246 - color contains mainly: blue. Hex color #371CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CF6 is #C8E309. Grayscale: #3C3C3C. Windows color (decimal): -13165322 or 16129079. OLE color: 16129079.
HSL color Cylindrical-coordinate representation of color #371CF6: hue angle of 247.43º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371CF6 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 28 | 246 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.04 |
| HSL | 247.43º | 0.92% | 0.54% | - |
| HSV(B) | 247.43º | 0.89% | 0.96% | - |
| XYZ | 18.63 | 8.3 | 87.81 | - |
| YUV | 60.93 | 232.45 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 246 | 0.78 | 0.89 | 0 | 0.04 | 247.43 | 0.92 | 0.54 |
| Hex | 37 | 1C | F6 | 4E | 59 | 0 | 4 | F7 | 5C | 36 |
| Octal | 67 | 34 | 366 | 116 | 131 | 0 | 4 | 367 | 134 | 66 |
| Binary | 110111 | 11100 | 11110110 | 1001110 | 1011001 | 0 | 100 | 11110111 | 1011100 | 110110 |
Color Harmonies of #371CF6
Complementary color
Monochromatic Colors of #371CF6
Black with #371CF6
Text Example
Text Example
White with #371CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CF6; }
p { color: rgb(55,28,246); }
H1.HeaderClassName
{
color: #371CF6;
}
.AnyTagClassName
{
color: #371CF6;
}
</style>
background-color css
<style>
a { background-color: #371CF6; }
a { background-color: rgb(55,28,246); }
div.DivClassName
{
background-color: #371CF6;
}
.BgClassName
{
background-color: #371CF6;
}
</style>
border-color css
<style>
span { border-color: #371CF6; }
span { border-color: rgb(55,28,246); }
td.TdClassName
{
border-color: #371CF6;
}
.TagClassName
{
border-color: #371CF6;
}
</style>