Shades of Han Purple #3514F8
Tints of Han Purple #3514F8
RGB
CMYK
RGB Variations
Color information
#3514F8 (or 0x3514F8) is known color: Han Purple. HEX triplet: 35, 14 and F8. RGB value is (53,20,248). Sum of RGB (Red+Green+Blue) = 53+20+248=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 248 (97.27% from 255 or 77.26% from 321); Max value from RGB is 248 - color contains mainly: blue. Hex color #3514F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3514F8 is #CAEB07. Grayscale: #363636. Windows color (decimal): -13298440 or 16258101. OLE color: 16258101.
HSL color Cylindrical-coordinate representation of color #3514F8: hue angle of 248.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3514F8 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 20 | 248 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.03 |
| HSL | 248.68º | 0.94% | 0.53% | - |
| HSV(B) | 248.68º | 0.92% | 0.97% | - |
| XYZ | 18.66 | 8.03 | 89.37 | - |
| YUV | 55.86 | 236.43 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 248 | 0.79 | 0.92 | 0 | 0.03 | 248.68 | 0.94 | 0.53 |
| Hex | 35 | 14 | F8 | 4F | 5C | 0 | 3 | F9 | 5E | 35 |
| Octal | 65 | 24 | 370 | 117 | 134 | 0 | 3 | 371 | 136 | 65 |
| Binary | 110101 | 10100 | 11111000 | 1001111 | 1011100 | 0 | 11 | 11111001 | 1011110 | 110101 |
Color Harmonies of #3514F8
Complementary color
Monochromatic Colors of #3514F8
Black with #3514F8
Text Example
Text Example
White with #3514F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3514F8; }
p { color: rgb(53,20,248); }
H1.HeaderClassName
{
color: #3514F8;
}
.AnyTagClassName
{
color: #3514F8;
}
</style>
background-color css
<style>
a { background-color: #3514F8; }
a { background-color: rgb(53,20,248); }
div.DivClassName
{
background-color: #3514F8;
}
.BgClassName
{
background-color: #3514F8;
}
</style>
border-color css
<style>
span { border-color: #3514F8; }
span { border-color: rgb(53,20,248); }
td.TdClassName
{
border-color: #3514F8;
}
.TagClassName
{
border-color: #3514F8;
}
</style>