Shades of Han Purple #370DFC
Tints of Han Purple #370DFC
RGB
CMYK
RGB Variations
Color information
#370DFC (or 0x370DFC) is known color: Han Purple. HEX triplet: 37, 0D and FC. RGB value is (55,13,252). Sum of RGB (Red+Green+Blue) = 55+13+252=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #370DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370DFC is #C8F203. Grayscale: #333333. Windows color (decimal): -13169156 or 16518455. OLE color: 16518455.
HSL color Cylindrical-coordinate representation of color #370DFC: hue angle of 250.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370DFC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 13 | 252 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.01 |
| HSL | 250.54º | 0.98% | 0.52% | - |
| HSV(B) | 250.54º | 0.95% | 0.99% | - |
| XYZ | 19.29 | 8.13 | 92.65 | - |
| YUV | 52.8 | 240.41 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 252 | 0.78 | 0.95 | 0 | 0.01 | 250.54 | 0.98 | 0.52 |
| Hex | 37 | D | FC | 4E | 5F | 0 | 1 | FB | 62 | 34 |
| Octal | 67 | 15 | 374 | 116 | 137 | 0 | 1 | 373 | 142 | 64 |
| Binary | 110111 | 1101 | 11111100 | 1001110 | 1011111 | 0 | 1 | 11111011 | 1100010 | 110100 |
Color Harmonies of #370DFC
Complementary color
Monochromatic Colors of #370DFC
Black with #370DFC
Text Example
Text Example
White with #370DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DFC; }
p { color: rgb(55,13,252); }
H1.HeaderClassName
{
color: #370DFC;
}
.AnyTagClassName
{
color: #370DFC;
}
</style>
background-color css
<style>
a { background-color: #370DFC; }
a { background-color: rgb(55,13,252); }
div.DivClassName
{
background-color: #370DFC;
}
.BgClassName
{
background-color: #370DFC;
}
</style>
border-color css
<style>
span { border-color: #370DFC; }
span { border-color: rgb(55,13,252); }
td.TdClassName
{
border-color: #370DFC;
}
.TagClassName
{
border-color: #370DFC;
}
</style>