Shades of Han Purple #4527FA
Tints of Han Purple #4527FA
RGB
CMYK
RGB Variations
Color information
#4527FA (or 0x4527FA) is known color: Han Purple. HEX triplet: 45, 27 and FA. RGB value is (69,39,250). Sum of RGB (Red+Green+Blue) = 69+39+250=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #4527FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4527FA is #BAD805. Grayscale: #474747. Windows color (decimal): -12244998 or 16394053. OLE color: 16394053.
HSL color Cylindrical-coordinate representation of color #4527FA: hue angle of 248.53º degrees, saturation: 0.95, 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 #4527FA is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 39 | 250 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.02 |
| HSL | 248.53º | 0.95% | 0.57% | - |
| HSV(B) | 248.53º | 0.84% | 0.98% | - |
| XYZ | 20.44 | 9.62 | 91.22 | - |
| YUV | 72.02 | 228.44 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 250 | 0.72 | 0.84 | 0 | 0.02 | 248.53 | 0.95 | 0.57 |
| Hex | 45 | 27 | FA | 48 | 54 | 0 | 2 | F9 | 5F | 39 |
| Octal | 105 | 47 | 372 | 110 | 124 | 0 | 2 | 371 | 137 | 71 |
| Binary | 1000101 | 100111 | 11111010 | 1001000 | 1010100 | 0 | 10 | 11111001 | 1011111 | 111001 |
Color Harmonies of #4527FA
Complementary color
Monochromatic Colors of #4527FA
Black with #4527FA
Text Example
Text Example
White with #4527FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4527FA; }
p { color: rgb(69,39,250); }
H1.HeaderClassName
{
color: #4527FA;
}
.AnyTagClassName
{
color: #4527FA;
}
</style>
background-color css
<style>
a { background-color: #4527FA; }
a { background-color: rgb(69,39,250); }
div.DivClassName
{
background-color: #4527FA;
}
.BgClassName
{
background-color: #4527FA;
}
</style>
border-color css
<style>
span { border-color: #4527FA; }
span { border-color: rgb(69,39,250); }
td.TdClassName
{
border-color: #4527FA;
}
.TagClassName
{
border-color: #4527FA;
}
</style>