Shades of Han Purple #371EFE
Tints of Han Purple #371EFE
RGB
CMYK
RGB Variations
Color information
#371EFE (or 0x371EFE) is known color: Han Purple. HEX triplet: 37, 1E and FE. RGB value is (55,30,254). Sum of RGB (Red+Green+Blue) = 55+30+254=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #371EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371EFE is #C8E101. Grayscale: #3E3E3E. Windows color (decimal): -13164802 or 16653879. OLE color: 16653879.
HSL color Cylindrical-coordinate representation of color #371EFE: hue angle of 246.7º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371EFE is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 30 | 254 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.00 |
| HSL | 246.7º | 0.99% | 0.56% | - |
| HSV(B) | 246.7º | 0.88% | 1% | - |
| XYZ | 19.93 | 8.9 | 94.43 | - |
| YUV | 63.01 | 235.78 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 254 | 0.78 | 0.88 | 0 | 0.00 | 246.7 | 0.99 | 0.56 |
| Hex | 37 | 1E | FE | 4E | 58 | 0 | 0 | F7 | 63 | 38 |
| Octal | 67 | 36 | 376 | 116 | 130 | 0 | 0 | 367 | 143 | 70 |
| Binary | 110111 | 11110 | 11111110 | 1001110 | 1011000 | 0 | 0 | 11110111 | 1100011 | 111000 |
Color Harmonies of #371EFE
Complementary color
Monochromatic Colors of #371EFE
Black with #371EFE
Text Example
Text Example
White with #371EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371EFE; }
p { color: rgb(55,30,254); }
H1.HeaderClassName
{
color: #371EFE;
}
.AnyTagClassName
{
color: #371EFE;
}
</style>
background-color css
<style>
a { background-color: #371EFE; }
a { background-color: rgb(55,30,254); }
div.DivClassName
{
background-color: #371EFE;
}
.BgClassName
{
background-color: #371EFE;
}
</style>
border-color css
<style>
span { border-color: #371EFE; }
span { border-color: rgb(55,30,254); }
td.TdClassName
{
border-color: #371EFE;
}
.TagClassName
{
border-color: #371EFE;
}
</style>