Shades of Han Purple #3A14CF
Tints of Han Purple #3A14CF
RGB
CMYK
RGB Variations
Color information
#3A14CF (or 0x3A14CF) is known color: Han Purple. HEX triplet: 3A, 14 and CF. RGB value is (58,20,207). Sum of RGB (Red+Green+Blue) = 58+20+207=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A14CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A14CF is #C5EB30. Grayscale: #333333. Windows color (decimal): -12970801 or 13571130. OLE color: 13571130.
HSL color Cylindrical-coordinate representation of color #3A14CF: hue angle of 252.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A14CF is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 20 | 207 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.19 |
| HSL | 252.19º | 0.82% | 0.45% | - |
| HSV(B) | 252.19º | 0.9% | 0.81% | - |
| XYZ | 13.26 | 5.9 | 59.47 | - |
| YUV | 52.68 | 215.09 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 207 | 0.72 | 0.90 | 0 | 0.19 | 252.19 | 0.82 | 0.45 |
| Hex | 3A | 14 | CF | 48 | 5A | 0 | 13 | FC | 52 | 2D |
| Octal | 72 | 24 | 317 | 110 | 132 | 0 | 23 | 374 | 122 | 55 |
| Binary | 111010 | 10100 | 11001111 | 1001000 | 1011010 | 0 | 10011 | 11111100 | 1010010 | 101101 |
Color Harmonies of #3A14CF
Complementary color
Monochromatic Colors of #3A14CF
Black with #3A14CF
Text Example
Text Example
White with #3A14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A14CF; }
p { color: rgb(58,20,207); }
H1.HeaderClassName
{
color: #3A14CF;
}
.AnyTagClassName
{
color: #3A14CF;
}
</style>
background-color css
<style>
a { background-color: #3A14CF; }
a { background-color: rgb(58,20,207); }
div.DivClassName
{
background-color: #3A14CF;
}
.BgClassName
{
background-color: #3A14CF;
}
</style>
border-color css
<style>
span { border-color: #3A14CF; }
span { border-color: rgb(58,20,207); }
td.TdClassName
{
border-color: #3A14CF;
}
.TagClassName
{
border-color: #3A14CF;
}
</style>