Shades of Han Purple #370FFD
Tints of Han Purple #370FFD
RGB
CMYK
RGB Variations
Color information
#370FFD (or 0x370FFD) is known color: Han Purple. HEX triplet: 37, 0F and FD. RGB value is (55,15,253). Sum of RGB (Red+Green+Blue) = 55+15+253=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 253 (99.22% from 255 or 78.33% from 323); Max value from RGB is 253 - color contains mainly: blue. Hex color #370FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FFD is #C8F002. Grayscale: #353535. Windows color (decimal): -13168643 or 16584503. OLE color: 16584503.
HSL color Cylindrical-coordinate representation of color #370FFD: hue angle of 250.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FFD is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 15 | 253 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.01 |
| HSL | 250.08º | 0.98% | 0.53% | - |
| HSV(B) | 250.08º | 0.94% | 0.99% | - |
| XYZ | 19.48 | 8.25 | 93.49 | - |
| YUV | 54.09 | 240.25 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 253 | 0.78 | 0.94 | 0 | 0.01 | 250.08 | 0.98 | 0.53 |
| Hex | 37 | F | FD | 4E | 5E | 0 | 1 | FA | 62 | 35 |
| Octal | 67 | 17 | 375 | 116 | 136 | 0 | 1 | 372 | 142 | 65 |
| Binary | 110111 | 1111 | 11111101 | 1001110 | 1011110 | 0 | 1 | 11111010 | 1100010 | 110101 |
Color Harmonies of #370FFD
Complementary color
Monochromatic Colors of #370FFD
Black with #370FFD
Text Example
Text Example
White with #370FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FFD; }
p { color: rgb(55,15,253); }
H1.HeaderClassName
{
color: #370FFD;
}
.AnyTagClassName
{
color: #370FFD;
}
</style>
background-color css
<style>
a { background-color: #370FFD; }
a { background-color: rgb(55,15,253); }
div.DivClassName
{
background-color: #370FFD;
}
.BgClassName
{
background-color: #370FFD;
}
</style>
border-color css
<style>
span { border-color: #370FFD; }
span { border-color: rgb(55,15,253); }
td.TdClassName
{
border-color: #370FFD;
}
.TagClassName
{
border-color: #370FFD;
}
</style>