Shades of Han Purple #3512FB
Tints of Han Purple #3512FB
RGB
CMYK
RGB Variations
Color information
#3512FB (or 0x3512FB) is known color: Han Purple. HEX triplet: 35, 12 and FB. RGB value is (53,18,251). Sum of RGB (Red+Green+Blue) = 53+18+251=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 251 (98.44% from 255 or 77.95% from 322); Max value from RGB is 251 - color contains mainly: blue. Hex color #3512FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3512FB is #CAED04. Grayscale: #363636. Windows color (decimal): -13298949 or 16454197. OLE color: 16454197.
HSL color Cylindrical-coordinate representation of color #3512FB: hue angle of 249.01º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3512FB is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 18 | 251 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.02 |
| HSL | 249.01º | 0.97% | 0.53% | - |
| HSV(B) | 249.01º | 0.93% | 0.98% | - |
| XYZ | 19.1 | 8.15 | 91.83 | - |
| YUV | 55.03 | 238.6 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 251 | 0.79 | 0.93 | 0 | 0.02 | 249.01 | 0.97 | 0.53 |
| Hex | 35 | 12 | FB | 4F | 5D | 0 | 2 | F9 | 61 | 35 |
| Octal | 65 | 22 | 373 | 117 | 135 | 0 | 2 | 371 | 141 | 65 |
| Binary | 110101 | 10010 | 11111011 | 1001111 | 1011101 | 0 | 10 | 11111001 | 1100001 | 110101 |
Color Harmonies of #3512FB
Complementary color
Monochromatic Colors of #3512FB
Black with #3512FB
Text Example
Text Example
White with #3512FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3512FB; }
p { color: rgb(53,18,251); }
H1.HeaderClassName
{
color: #3512FB;
}
.AnyTagClassName
{
color: #3512FB;
}
</style>
background-color css
<style>
a { background-color: #3512FB; }
a { background-color: rgb(53,18,251); }
div.DivClassName
{
background-color: #3512FB;
}
.BgClassName
{
background-color: #3512FB;
}
</style>
border-color css
<style>
span { border-color: #3512FB; }
span { border-color: rgb(53,18,251); }
td.TdClassName
{
border-color: #3512FB;
}
.TagClassName
{
border-color: #3512FB;
}
</style>