Shades of Han Purple #4505D0
Tints of Han Purple #4505D0
RGB
CMYK
RGB Variations
Color information
#4505D0 (or 0x4505D0) is known color: Han Purple. HEX triplet: 45, 05 and D0. RGB value is (69,5,208). Sum of RGB (Red+Green+Blue) = 69+5+208=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 208 (81.64% from 255 or 73.76% from 282); Max value from RGB is 208 - color contains mainly: blue. Hex color #4505D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4505D0 is #BAFA2F. Grayscale: #2E2E2E. Windows color (decimal): -12253744 or 13632837. OLE color: 13632837.
HSL color Cylindrical-coordinate representation of color #4505D0: hue angle of 258.92º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4505D0 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 5 | 208 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.18 |
| HSL | 258.92º | 0.95% | 0.42% | - |
| HSV(B) | 258.92º | 0.98% | 0.82% | - |
| XYZ | 13.89 | 5.93 | 60.09 | - |
| YUV | 47.28 | 218.7 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 208 | 0.67 | 0.98 | 0 | 0.18 | 258.92 | 0.95 | 0.42 |
| Hex | 45 | 5 | D0 | 43 | 62 | 0 | 12 | 103 | 5F | 2A |
| Octal | 105 | 5 | 320 | 103 | 142 | 0 | 22 | 403 | 137 | 52 |
| Binary | 1000101 | 101 | 11010000 | 1000011 | 1100010 | 0 | 10010 | 100000011 | 1011111 | 101010 |
Color Harmonies of #4505D0
Complementary color
Monochromatic Colors of #4505D0
Black with #4505D0
Text Example
Text Example
White with #4505D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4505D0; }
p { color: rgb(69,5,208); }
H1.HeaderClassName
{
color: #4505D0;
}
.AnyTagClassName
{
color: #4505D0;
}
</style>
background-color css
<style>
a { background-color: #4505D0; }
a { background-color: rgb(69,5,208); }
div.DivClassName
{
background-color: #4505D0;
}
.BgClassName
{
background-color: #4505D0;
}
</style>
border-color css
<style>
span { border-color: #4505D0; }
span { border-color: rgb(69,5,208); }
td.TdClassName
{
border-color: #4505D0;
}
.TagClassName
{
border-color: #4505D0;
}
</style>