Shades of Han Purple #4527FB
Tints of Han Purple #4527FB
RGB
CMYK
RGB Variations
Color information
#4527FB (or 0x4527FB) is known color: Han Purple. HEX triplet: 45, 27 and FB. RGB value is (69,39,251). Sum of RGB (Red+Green+Blue) = 69+39+251=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #4527FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4527FB is #BAD804. Grayscale: #474747. Windows color (decimal): -12244997 or 16459589. OLE color: 16459589.
HSL color Cylindrical-coordinate representation of color #4527FB: hue angle of 248.49º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4527FB is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 39 | 251 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.02 |
| HSL | 248.49º | 0.96% | 0.57% | - |
| HSV(B) | 248.49º | 0.84% | 0.98% | - |
| XYZ | 20.59 | 9.68 | 92.05 | - |
| YUV | 72.14 | 228.94 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 251 | 0.73 | 0.84 | 0 | 0.02 | 248.49 | 0.96 | 0.57 |
| Hex | 45 | 27 | FB | 49 | 54 | 0 | 2 | F8 | 60 | 39 |
| Octal | 105 | 47 | 373 | 111 | 124 | 0 | 2 | 370 | 140 | 71 |
| Binary | 1000101 | 100111 | 11111011 | 1001001 | 1010100 | 0 | 10 | 11111000 | 1100000 | 111001 |
Color Harmonies of #4527FB
Complementary color
Monochromatic Colors of #4527FB
Black with #4527FB
Text Example
Text Example
White with #4527FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4527FB; }
p { color: rgb(69,39,251); }
H1.HeaderClassName
{
color: #4527FB;
}
.AnyTagClassName
{
color: #4527FB;
}
</style>
background-color css
<style>
a { background-color: #4527FB; }
a { background-color: rgb(69,39,251); }
div.DivClassName
{
background-color: #4527FB;
}
.BgClassName
{
background-color: #4527FB;
}
</style>
border-color css
<style>
span { border-color: #4527FB; }
span { border-color: rgb(69,39,251); }
td.TdClassName
{
border-color: #4527FB;
}
.TagClassName
{
border-color: #4527FB;
}
</style>