Shades of Han Purple #370FFA
Tints of Han Purple #370FFA
RGB
CMYK
RGB Variations
Color information
#370FFA (or 0x370FFA) is known color: Han Purple. HEX triplet: 37, 0F and FA. RGB value is (55,15,250). Sum of RGB (Red+Green+Blue) = 55+15+250=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #370FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FFA is #C8F005. Grayscale: #343434. Windows color (decimal): -13168646 or 16387895. OLE color: 16387895.
HSL color Cylindrical-coordinate representation of color #370FFA: hue angle of 250.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FFA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 15 | 250 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.02 |
| HSL | 250.21º | 0.96% | 0.52% | - |
| HSV(B) | 250.21º | 0.94% | 0.98% | - |
| XYZ | 19 | 8.06 | 91 | - |
| YUV | 53.75 | 238.75 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 250 | 0.78 | 0.94 | 0 | 0.02 | 250.21 | 0.96 | 0.52 |
| Hex | 37 | F | FA | 4E | 5E | 0 | 2 | FA | 60 | 34 |
| Octal | 67 | 17 | 372 | 116 | 136 | 0 | 2 | 372 | 140 | 64 |
| Binary | 110111 | 1111 | 11111010 | 1001110 | 1011110 | 0 | 10 | 11111010 | 1100000 | 110100 |
Color Harmonies of #370FFA
Complementary color
Monochromatic Colors of #370FFA
Black with #370FFA
Text Example
Text Example
White with #370FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FFA; }
p { color: rgb(55,15,250); }
H1.HeaderClassName
{
color: #370FFA;
}
.AnyTagClassName
{
color: #370FFA;
}
</style>
background-color css
<style>
a { background-color: #370FFA; }
a { background-color: rgb(55,15,250); }
div.DivClassName
{
background-color: #370FFA;
}
.BgClassName
{
background-color: #370FFA;
}
</style>
border-color css
<style>
span { border-color: #370FFA; }
span { border-color: rgb(55,15,250); }
td.TdClassName
{
border-color: #370FFA;
}
.TagClassName
{
border-color: #370FFA;
}
</style>