Shades of Han Purple #3C14D9
Tints of Han Purple #3C14D9
RGB
CMYK
RGB Variations
Color information
#3C14D9 (or 0x3C14D9) is known color: Han Purple. HEX triplet: 3C, 14 and D9. RGB value is (60,20,217). Sum of RGB (Red+Green+Blue) = 60+20+217=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 217 (85.16% from 255 or 73.06% from 297); Max value from RGB is 217 - color contains mainly: blue. Hex color #3C14D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C14D9 is #C3EB26. Grayscale: #353535. Windows color (decimal): -12839719 or 14226492. OLE color: 14226492.
HSL color Cylindrical-coordinate representation of color #3C14D9: hue angle of 252.18º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C14D9 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 20 | 217 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.15 |
| HSL | 252.18º | 0.83% | 0.46% | - |
| HSV(B) | 252.18º | 0.91% | 0.85% | - |
| XYZ | 14.64 | 6.47 | 66.12 | - |
| YUV | 54.42 | 219.75 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 217 | 0.72 | 0.91 | 0 | 0.15 | 252.18 | 0.83 | 0.46 |
| Hex | 3C | 14 | D9 | 48 | 5B | 0 | F | FC | 53 | 2E |
| Octal | 74 | 24 | 331 | 110 | 133 | 0 | 17 | 374 | 123 | 56 |
| Binary | 111100 | 10100 | 11011001 | 1001000 | 1011011 | 0 | 1111 | 11111100 | 1010011 | 101110 |
Color Harmonies of #3C14D9
Complementary color
Monochromatic Colors of #3C14D9
Black with #3C14D9
Text Example
Text Example
White with #3C14D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C14D9; }
p { color: rgb(60,20,217); }
H1.HeaderClassName
{
color: #3C14D9;
}
.AnyTagClassName
{
color: #3C14D9;
}
</style>
background-color css
<style>
a { background-color: #3C14D9; }
a { background-color: rgb(60,20,217); }
div.DivClassName
{
background-color: #3C14D9;
}
.BgClassName
{
background-color: #3C14D9;
}
</style>
border-color css
<style>
span { border-color: #3C14D9; }
span { border-color: rgb(60,20,217); }
td.TdClassName
{
border-color: #3C14D9;
}
.TagClassName
{
border-color: #3C14D9;
}
</style>