Shades of Han Purple #4521FB
Tints of Han Purple #4521FB
RGB
CMYK
RGB Variations
Color information
#4521FB (or 0x4521FB) is known color: Han Purple. HEX triplet: 45, 21 and FB. RGB value is (69,33,251). Sum of RGB (Red+Green+Blue) = 69+33+251=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #4521FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4521FB is #BADE04. Grayscale: #434343. Windows color (decimal): -12246533 or 16458053. OLE color: 16458053.
HSL color Cylindrical-coordinate representation of color #4521FB: hue angle of 249.91º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4521FB is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 33 | 251 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.02 |
| HSL | 249.91º | 0.96% | 0.56% | - |
| HSV(B) | 249.91º | 0.87% | 0.98% | - |
| XYZ | 20.41 | 9.32 | 91.99 | - |
| YUV | 68.62 | 230.93 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 251 | 0.73 | 0.87 | 0 | 0.02 | 249.91 | 0.96 | 0.56 |
| Hex | 45 | 21 | FB | 49 | 57 | 0 | 2 | FA | 60 | 38 |
| Octal | 105 | 41 | 373 | 111 | 127 | 0 | 2 | 372 | 140 | 70 |
| Binary | 1000101 | 100001 | 11111011 | 1001001 | 1010111 | 0 | 10 | 11111010 | 1100000 | 111000 |
Color Harmonies of #4521FB
Complementary color
Monochromatic Colors of #4521FB
Black with #4521FB
Text Example
Text Example
White with #4521FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4521FB; }
p { color: rgb(69,33,251); }
H1.HeaderClassName
{
color: #4521FB;
}
.AnyTagClassName
{
color: #4521FB;
}
</style>
background-color css
<style>
a { background-color: #4521FB; }
a { background-color: rgb(69,33,251); }
div.DivClassName
{
background-color: #4521FB;
}
.BgClassName
{
background-color: #4521FB;
}
</style>
border-color css
<style>
span { border-color: #4521FB; }
span { border-color: rgb(69,33,251); }
td.TdClassName
{
border-color: #4521FB;
}
.TagClassName
{
border-color: #4521FB;
}
</style>