Shades of Han Purple #3C06F7
Tints of Han Purple #3C06F7
RGB
CMYK
RGB Variations
Color information
#3C06F7 (or 0x3C06F7) is known color: Han Purple. HEX triplet: 3C, 06 and F7. RGB value is (60,6,247). Sum of RGB (Red+Green+Blue) = 60+6+247=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 247 (96.88% from 255 or 78.91% from 313); Max value from RGB is 247 - color contains mainly: blue. Hex color #3C06F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C06F7 is #C3F908. Grayscale: #303030. Windows color (decimal): -12843273 or 16188988. OLE color: 16188988.
HSL color Cylindrical-coordinate representation of color #3C06F7: hue angle of 253.44º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C06F7 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 6 | 247 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.03 |
| HSL | 253.44º | 0.95% | 0.5% | - |
| HSV(B) | 253.44º | 0.98% | 0.97% | - |
| XYZ | 18.72 | 7.81 | 88.52 | - |
| YUV | 49.62 | 239.39 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 247 | 0.76 | 0.98 | 0 | 0.03 | 253.44 | 0.95 | 0.5 |
| Hex | 3C | 6 | F7 | 4C | 62 | 0 | 3 | FD | 5F | 32 |
| Octal | 74 | 6 | 367 | 114 | 142 | 0 | 3 | 375 | 137 | 62 |
| Binary | 111100 | 110 | 11110111 | 1001100 | 1100010 | 0 | 11 | 11111101 | 1011111 | 110010 |
Color Harmonies of #3C06F7
Complementary color
Monochromatic Colors of #3C06F7
Black with #3C06F7
Text Example
Text Example
White with #3C06F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C06F7; }
p { color: rgb(60,6,247); }
H1.HeaderClassName
{
color: #3C06F7;
}
.AnyTagClassName
{
color: #3C06F7;
}
</style>
background-color css
<style>
a { background-color: #3C06F7; }
a { background-color: rgb(60,6,247); }
div.DivClassName
{
background-color: #3C06F7;
}
.BgClassName
{
background-color: #3C06F7;
}
</style>
border-color css
<style>
span { border-color: #3C06F7; }
span { border-color: rgb(60,6,247); }
td.TdClassName
{
border-color: #3C06F7;
}
.TagClassName
{
border-color: #3C06F7;
}
</style>