Shades of Han Purple #4500DA
Tints of Han Purple #4500DA
RGB
CMYK
RGB Variations
Color information
#4500DA (or 0x4500DA) is known color: Han Purple. HEX triplet: 45, 00 and DA. RGB value is (69,0,218). Sum of RGB (Red+Green+Blue) = 69+0+218=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #4500DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500DA is #BAFF25. Grayscale: #2C2C2C. Windows color (decimal): -12255014 or 14286917. OLE color: 14286917.
HSL color Cylindrical-coordinate representation of color #4500DA: hue angle of 258.99º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500DA is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 0 | 218 | - |
| CMYK | 0.68 | 1 | 0 | 0.15 |
| HSL | 258.99º | 1% | 0.43% | - |
| HSV(B) | 258.99º | 1% | 0.85% | - |
| XYZ | 15.11 | 6.33 | 66.75 | - |
| YUV | 45.48 | 225.36 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 218 | 0.68 | 1 | 0 | 0.15 | 258.99 | 1 | 0.43 |
| Hex | 45 | 0 | DA | 44 | 64 | 0 | F | 103 | 64 | 2B |
| Octal | 105 | 0 | 332 | 104 | 144 | 0 | 17 | 403 | 144 | 53 |
| Binary | 1000101 | 0 | 11011010 | 1000100 | 1100100 | 0 | 1111 | 100000011 | 1100100 | 101011 |
Color Harmonies of #4500DA
Complementary color
Monochromatic Colors of #4500DA
Black with #4500DA
Text Example
Text Example
White with #4500DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500DA; }
p { color: rgb(69,0,218); }
H1.HeaderClassName
{
color: #4500DA;
}
.AnyTagClassName
{
color: #4500DA;
}
</style>
background-color css
<style>
a { background-color: #4500DA; }
a { background-color: rgb(69,0,218); }
div.DivClassName
{
background-color: #4500DA;
}
.BgClassName
{
background-color: #4500DA;
}
</style>
border-color css
<style>
span { border-color: #4500DA; }
span { border-color: rgb(69,0,218); }
td.TdClassName
{
border-color: #4500DA;
}
.TagClassName
{
border-color: #4500DA;
}
</style>