Shades of Han Purple #3514F4
Tints of Han Purple #3514F4
RGB
CMYK
RGB Variations
Color information
#3514F4 (or 0x3514F4) is known color: Han Purple. HEX triplet: 35, 14 and F4. RGB value is (53,20,244). Sum of RGB (Red+Green+Blue) = 53+20+244=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 244 (95.70% from 255 or 76.97% from 317); Max value from RGB is 244 - color contains mainly: blue. Hex color #3514F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3514F4 is #CAEB0B. Grayscale: #363636. Windows color (decimal): -13298444 or 15995957. OLE color: 15995957.
HSL color Cylindrical-coordinate representation of color #3514F4: hue angle of 248.84º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3514F4 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 20 | 244 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.04 |
| HSL | 248.84º | 0.91% | 0.52% | - |
| HSV(B) | 248.84º | 0.92% | 0.96% | - |
| XYZ | 18.05 | 7.79 | 86.14 | - |
| YUV | 55.4 | 234.43 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 244 | 0.78 | 0.92 | 0 | 0.04 | 248.84 | 0.91 | 0.52 |
| Hex | 35 | 14 | F4 | 4E | 5C | 0 | 4 | F9 | 5B | 34 |
| Octal | 65 | 24 | 364 | 116 | 134 | 0 | 4 | 371 | 133 | 64 |
| Binary | 110101 | 10100 | 11110100 | 1001110 | 1011100 | 0 | 100 | 11111001 | 1011011 | 110100 |
Color Harmonies of #3514F4
Complementary color
Monochromatic Colors of #3514F4
Black with #3514F4
Text Example
Text Example
White with #3514F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3514F4; }
p { color: rgb(53,20,244); }
H1.HeaderClassName
{
color: #3514F4;
}
.AnyTagClassName
{
color: #3514F4;
}
</style>
background-color css
<style>
a { background-color: #3514F4; }
a { background-color: rgb(53,20,244); }
div.DivClassName
{
background-color: #3514F4;
}
.BgClassName
{
background-color: #3514F4;
}
</style>
border-color css
<style>
span { border-color: #3514F4; }
span { border-color: rgb(53,20,244); }
td.TdClassName
{
border-color: #3514F4;
}
.TagClassName
{
border-color: #3514F4;
}
</style>