Shades of Han Purple #3C0EF7
Tints of Han Purple #3C0EF7
RGB
CMYK
RGB Variations
Color information
#3C0EF7 (or 0x3C0EF7) is known color: Han Purple. HEX triplet: 3C, 0E and F7. RGB value is (60,14,247). Sum of RGB (Red+Green+Blue) = 60+14+247=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 247 (96.88% from 255 or 76.95% from 321); Max value from RGB is 247 - color contains mainly: blue. Hex color #3C0EF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0EF7 is #C3F108. Grayscale: #353535. Windows color (decimal): -12841225 or 16191036. OLE color: 16191036.
HSL color Cylindrical-coordinate representation of color #3C0EF7: hue angle of 251.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0EF7 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 14 | 247 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.03 |
| HSL | 251.85º | 0.94% | 0.51% | - |
| HSV(B) | 251.85º | 0.94% | 0.97% | - |
| XYZ | 18.81 | 7.99 | 88.55 | - |
| YUV | 54.32 | 236.74 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 247 | 0.76 | 0.94 | 0 | 0.03 | 251.85 | 0.94 | 0.51 |
| Hex | 3C | E | F7 | 4C | 5E | 0 | 3 | FC | 5E | 33 |
| Octal | 74 | 16 | 367 | 114 | 136 | 0 | 3 | 374 | 136 | 63 |
| Binary | 111100 | 1110 | 11110111 | 1001100 | 1011110 | 0 | 11 | 11111100 | 1011110 | 110011 |
Color Harmonies of #3C0EF7
Complementary color
Monochromatic Colors of #3C0EF7
Black with #3C0EF7
Text Example
Text Example
White with #3C0EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0EF7; }
p { color: rgb(60,14,247); }
H1.HeaderClassName
{
color: #3C0EF7;
}
.AnyTagClassName
{
color: #3C0EF7;
}
</style>
background-color css
<style>
a { background-color: #3C0EF7; }
a { background-color: rgb(60,14,247); }
div.DivClassName
{
background-color: #3C0EF7;
}
.BgClassName
{
background-color: #3C0EF7;
}
</style>
border-color css
<style>
span { border-color: #3C0EF7; }
span { border-color: rgb(60,14,247); }
td.TdClassName
{
border-color: #3C0EF7;
}
.TagClassName
{
border-color: #3C0EF7;
}
</style>