Shades of Han Purple #370CF6
Tints of Han Purple #370CF6
RGB
CMYK
RGB Variations
Color information
#370CF6 (or 0x370CF6) is known color: Han Purple. HEX triplet: 37, 0C and F6. RGB value is (55,12,246). Sum of RGB (Red+Green+Blue) = 55+12+246=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 246 (96.48% from 255 or 78.59% from 313); Max value from RGB is 246 - color contains mainly: blue. Hex color #370CF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CF6 is #C8F309. Grayscale: #323232. Windows color (decimal): -13169418 or 16124983. OLE color: 16124983.
HSL color Cylindrical-coordinate representation of color #370CF6: hue angle of 251.03º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370CF6 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 12 | 246 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.04 |
| HSL | 251.03º | 0.93% | 0.51% | - |
| HSV(B) | 251.03º | 0.95% | 0.96% | - |
| XYZ | 18.34 | 7.73 | 87.71 | - |
| YUV | 51.53 | 237.75 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 246 | 0.78 | 0.95 | 0 | 0.04 | 251.03 | 0.93 | 0.51 |
| Hex | 37 | C | F6 | 4E | 5F | 0 | 4 | FB | 5D | 33 |
| Octal | 67 | 14 | 366 | 116 | 137 | 0 | 4 | 373 | 135 | 63 |
| Binary | 110111 | 1100 | 11110110 | 1001110 | 1011111 | 0 | 100 | 11111011 | 1011101 | 110011 |
Color Harmonies of #370CF6
Complementary color
Monochromatic Colors of #370CF6
Black with #370CF6
Text Example
Text Example
White with #370CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CF6; }
p { color: rgb(55,12,246); }
H1.HeaderClassName
{
color: #370CF6;
}
.AnyTagClassName
{
color: #370CF6;
}
</style>
background-color css
<style>
a { background-color: #370CF6; }
a { background-color: rgb(55,12,246); }
div.DivClassName
{
background-color: #370CF6;
}
.BgClassName
{
background-color: #370CF6;
}
</style>
border-color css
<style>
span { border-color: #370CF6; }
span { border-color: rgb(55,12,246); }
td.TdClassName
{
border-color: #370CF6;
}
.TagClassName
{
border-color: #370CF6;
}
</style>