Shades of Han Purple #4527DA
Tints of Han Purple #4527DA
RGB
CMYK
RGB Variations
Color information
#4527DA (or 0x4527DA) is known color: Han Purple. HEX triplet: 45, 27 and DA. RGB value is (69,39,218). Sum of RGB (Red+Green+Blue) = 69+39+218=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #4527DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4527DA is #BAD825. Grayscale: #434343. Windows color (decimal): -12245030 or 14296901. OLE color: 14296901.
HSL color Cylindrical-coordinate representation of color #4527DA: hue angle of 250.06º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4527DA is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 39 | 218 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.15 |
| HSL | 250.06º | 0.71% | 0.5% | - |
| HSV(B) | 250.06º | 0.82% | 0.85% | - |
| XYZ | 15.83 | 7.78 | 67 | - |
| YUV | 68.38 | 212.44 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 218 | 0.68 | 0.82 | 0 | 0.15 | 250.06 | 0.71 | 0.5 |
| Hex | 45 | 27 | DA | 44 | 52 | 0 | F | FA | 47 | 32 |
| Octal | 105 | 47 | 332 | 104 | 122 | 0 | 17 | 372 | 107 | 62 |
| Binary | 1000101 | 100111 | 11011010 | 1000100 | 1010010 | 0 | 1111 | 11111010 | 1000111 | 110010 |
Color Harmonies of #4527DA
Complementary color
Monochromatic Colors of #4527DA
Black with #4527DA
Text Example
Text Example
White with #4527DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4527DA; }
p { color: rgb(69,39,218); }
H1.HeaderClassName
{
color: #4527DA;
}
.AnyTagClassName
{
color: #4527DA;
}
</style>
background-color css
<style>
a { background-color: #4527DA; }
a { background-color: rgb(69,39,218); }
div.DivClassName
{
background-color: #4527DA;
}
.BgClassName
{
background-color: #4527DA;
}
</style>
border-color css
<style>
span { border-color: #4527DA; }
span { border-color: rgb(69,39,218); }
td.TdClassName
{
border-color: #4527DA;
}
.TagClassName
{
border-color: #4527DA;
}
</style>