Shades of Han Purple #370CFF
Tints of Han Purple #370CFF
RGB
CMYK
RGB Variations
Color information
#370CFF (or 0x370CFF) is known color: Han Purple. HEX triplet: 37, 0C and FF. RGB value is (55,12,255). Sum of RGB (Red+Green+Blue) = 55+12+255=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #370CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CFF is #C8F300. Grayscale: #333333. Windows color (decimal): -13169409 or 16714807. OLE color: 16714807.
HSL color Cylindrical-coordinate representation of color #370CFF: hue angle of 250.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370CFF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 12 | 255 | - |
| CMYK | 0.78 | 0.95 | 0 | 0 |
| HSL | 250.62º | 1% | 0.52% | - |
| HSV(B) | 250.62º | 0.95% | 1% | - |
| XYZ | 19.76 | 8.3 | 95.17 | - |
| YUV | 52.56 | 242.25 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 255 | 0.78 | 0.95 | 0 | 0 | 250.62 | 1 | 0.52 |
| Hex | 37 | C | FF | 4E | 5F | 0 | 0 | FB | 64 | 34 |
| Octal | 67 | 14 | 377 | 116 | 137 | 0 | 0 | 373 | 144 | 64 |
| Binary | 110111 | 1100 | 11111111 | 1001110 | 1011111 | 0 | 0 | 11111011 | 1100100 | 110100 |
Color Harmonies of #370CFF
Complementary color
Monochromatic Colors of #370CFF
Black with #370CFF
Text Example
Text Example
White with #370CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CFF; }
p { color: rgb(55,12,255); }
H1.HeaderClassName
{
color: #370CFF;
}
.AnyTagClassName
{
color: #370CFF;
}
</style>
background-color css
<style>
a { background-color: #370CFF; }
a { background-color: rgb(55,12,255); }
div.DivClassName
{
background-color: #370CFF;
}
.BgClassName
{
background-color: #370CFF;
}
</style>
border-color css
<style>
span { border-color: #370CFF; }
span { border-color: rgb(55,12,255); }
td.TdClassName
{
border-color: #370CFF;
}
.TagClassName
{
border-color: #370CFF;
}
</style>