Shades of Han Purple #4518D7
Tints of Han Purple #4518D7
RGB
CMYK
RGB Variations
Color information
#4518D7 (or 0x4518D7) is known color: Han Purple. HEX triplet: 45, 18 and D7. RGB value is (69,24,215). Sum of RGB (Red+Green+Blue) = 69+24+215=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 215 (84.38% from 255 or 69.81% from 308); Max value from RGB is 215 - color contains mainly: blue. Hex color #4518D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4518D7 is #BAE728. Grayscale: #3A3A3A. Windows color (decimal): -12248873 or 14096453. OLE color: 14096453.
HSL color Cylindrical-coordinate representation of color #4518D7: hue angle of 254.14º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4518D7 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 24 | 215 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.16 |
| HSL | 254.14º | 0.8% | 0.47% | - |
| HSV(B) | 254.14º | 0.89% | 0.84% | - |
| XYZ | 15.05 | 6.82 | 64.81 | - |
| YUV | 59.23 | 215.91 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 215 | 0.68 | 0.89 | 0 | 0.16 | 254.14 | 0.8 | 0.47 |
| Hex | 45 | 18 | D7 | 44 | 59 | 0 | 10 | FE | 50 | 2F |
| Octal | 105 | 30 | 327 | 104 | 131 | 0 | 20 | 376 | 120 | 57 |
| Binary | 1000101 | 11000 | 11010111 | 1000100 | 1011001 | 0 | 10000 | 11111110 | 1010000 | 101111 |
Color Harmonies of #4518D7
Complementary color
Monochromatic Colors of #4518D7
Black with #4518D7
Text Example
Text Example
White with #4518D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4518D7; }
p { color: rgb(69,24,215); }
H1.HeaderClassName
{
color: #4518D7;
}
.AnyTagClassName
{
color: #4518D7;
}
</style>
background-color css
<style>
a { background-color: #4518D7; }
a { background-color: rgb(69,24,215); }
div.DivClassName
{
background-color: #4518D7;
}
.BgClassName
{
background-color: #4518D7;
}
</style>
border-color css
<style>
span { border-color: #4518D7; }
span { border-color: rgb(69,24,215); }
td.TdClassName
{
border-color: #4518D7;
}
.TagClassName
{
border-color: #4518D7;
}
</style>