Shades of Han Purple #370FFE
Tints of Han Purple #370FFE
RGB
CMYK
RGB Variations
Color information
#370FFE (or 0x370FFE) is known color: Han Purple. HEX triplet: 37, 0F and FE. RGB value is (55,15,254). Sum of RGB (Red+Green+Blue) = 55+15+254=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #370FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FFE is #C8F001. Grayscale: #353535. Windows color (decimal): -13168642 or 16650039. OLE color: 16650039.
HSL color Cylindrical-coordinate representation of color #370FFE: hue angle of 250.04º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FFE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 15 | 254 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.00 |
| HSL | 250.04º | 0.99% | 0.53% | - |
| HSV(B) | 250.04º | 0.94% | 1% | - |
| XYZ | 19.64 | 8.31 | 94.33 | - |
| YUV | 54.21 | 240.75 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 254 | 0.78 | 0.94 | 0 | 0.00 | 250.04 | 0.99 | 0.53 |
| Hex | 37 | F | FE | 4E | 5E | 0 | 0 | FA | 63 | 35 |
| Octal | 67 | 17 | 376 | 116 | 136 | 0 | 0 | 372 | 143 | 65 |
| Binary | 110111 | 1111 | 11111110 | 1001110 | 1011110 | 0 | 0 | 11111010 | 1100011 | 110101 |
Color Harmonies of #370FFE
Complementary color
Monochromatic Colors of #370FFE
Black with #370FFE
Text Example
Text Example
White with #370FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FFE; }
p { color: rgb(55,15,254); }
H1.HeaderClassName
{
color: #370FFE;
}
.AnyTagClassName
{
color: #370FFE;
}
</style>
background-color css
<style>
a { background-color: #370FFE; }
a { background-color: rgb(55,15,254); }
div.DivClassName
{
background-color: #370FFE;
}
.BgClassName
{
background-color: #370FFE;
}
</style>
border-color css
<style>
span { border-color: #370FFE; }
span { border-color: rgb(55,15,254); }
td.TdClassName
{
border-color: #370FFE;
}
.TagClassName
{
border-color: #370FFE;
}
</style>