Shades of Han Purple #370CED
Tints of Han Purple #370CED
RGB
CMYK
RGB Variations
Color information
#370CED (or 0x370CED) is known color: Han Purple. HEX triplet: 37, 0C and ED. RGB value is (55,12,237). Sum of RGB (Red+Green+Blue) = 55+12+237=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #370CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CED is #C8F312. Grayscale: #313131. Windows color (decimal): -13169427 or 15535159. OLE color: 15535159.
HSL color Cylindrical-coordinate representation of color #370CED: hue angle of 251.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370CED is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 12 | 237 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.07 |
| HSL | 251.47º | 0.9% | 0.49% | - |
| HSV(B) | 251.47º | 0.95% | 0.93% | - |
| XYZ | 16.99 | 7.19 | 80.61 | - |
| YUV | 50.51 | 233.25 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 237 | 0.77 | 0.95 | 0 | 0.07 | 251.47 | 0.9 | 0.49 |
| Hex | 37 | C | ED | 4D | 5F | 0 | 7 | FB | 5A | 31 |
| Octal | 67 | 14 | 355 | 115 | 137 | 0 | 7 | 373 | 132 | 61 |
| Binary | 110111 | 1100 | 11101101 | 1001101 | 1011111 | 0 | 111 | 11111011 | 1011010 | 110001 |
Color Harmonies of #370CED
Complementary color
Monochromatic Colors of #370CED
Black with #370CED
Text Example
Text Example
White with #370CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CED; }
p { color: rgb(55,12,237); }
H1.HeaderClassName
{
color: #370CED;
}
.AnyTagClassName
{
color: #370CED;
}
</style>
background-color css
<style>
a { background-color: #370CED; }
a { background-color: rgb(55,12,237); }
div.DivClassName
{
background-color: #370CED;
}
.BgClassName
{
background-color: #370CED;
}
</style>
border-color css
<style>
span { border-color: #370CED; }
span { border-color: rgb(55,12,237); }
td.TdClassName
{
border-color: #370CED;
}
.TagClassName
{
border-color: #370CED;
}
</style>