Shades of Han Purple #3514FD
Tints of Han Purple #3514FD
RGB
CMYK
RGB Variations
Color information
#3514FD (or 0x3514FD) is known color: Han Purple. HEX triplet: 35, 14 and FD. RGB value is (53,20,253). Sum of RGB (Red+Green+Blue) = 53+20+253=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #3514FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3514FD is #CAEB02. Grayscale: #373737. Windows color (decimal): -13298435 or 16585781. OLE color: 16585781.
HSL color Cylindrical-coordinate representation of color #3514FD: hue angle of 248.5º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3514FD is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 20 | 253 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.01 |
| HSL | 248.5º | 0.98% | 0.54% | - |
| HSV(B) | 248.5º | 0.92% | 0.99% | - |
| XYZ | 19.45 | 8.35 | 93.52 | - |
| YUV | 56.43 | 238.93 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 253 | 0.79 | 0.92 | 0 | 0.01 | 248.5 | 0.98 | 0.54 |
| Hex | 35 | 14 | FD | 4F | 5C | 0 | 1 | F8 | 62 | 36 |
| Octal | 65 | 24 | 375 | 117 | 134 | 0 | 1 | 370 | 142 | 66 |
| Binary | 110101 | 10100 | 11111101 | 1001111 | 1011100 | 0 | 1 | 11111000 | 1100010 | 110110 |
Color Harmonies of #3514FD
Complementary color
Monochromatic Colors of #3514FD
Black with #3514FD
Text Example
Text Example
White with #3514FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3514FD; }
p { color: rgb(53,20,253); }
H1.HeaderClassName
{
color: #3514FD;
}
.AnyTagClassName
{
color: #3514FD;
}
</style>
background-color css
<style>
a { background-color: #3514FD; }
a { background-color: rgb(53,20,253); }
div.DivClassName
{
background-color: #3514FD;
}
.BgClassName
{
background-color: #3514FD;
}
</style>
border-color css
<style>
span { border-color: #3514FD; }
span { border-color: rgb(53,20,253); }
td.TdClassName
{
border-color: #3514FD;
}
.TagClassName
{
border-color: #3514FD;
}
</style>