Shades of Han Purple #4500DE
Tints of Han Purple #4500DE
RGB
CMYK
RGB Variations
Color information
#4500DE (or 0x4500DE) is known color: Han Purple. HEX triplet: 45, 00 and DE. RGB value is (69,0,222). Sum of RGB (Red+Green+Blue) = 69+0+222=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 222 (87.11% from 255 or 76.29% from 291); Max value from RGB is 222 - color contains mainly: blue. Hex color #4500DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500DE is #BAFF21. Grayscale: #2D2D2D. Windows color (decimal): -12255010 or 14549061. OLE color: 14549061.
HSL color Cylindrical-coordinate representation of color #4500DE: hue angle of 258.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500DE is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 0 | 222 | - |
| CMYK | 0.69 | 1 | 0 | 0.13 |
| HSL | 258.65º | 1% | 0.44% | - |
| HSV(B) | 258.65º | 1% | 0.87% | - |
| XYZ | 15.64 | 6.54 | 69.55 | - |
| YUV | 45.94 | 227.36 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 222 | 0.69 | 1 | 0 | 0.13 | 258.65 | 1 | 0.44 |
| Hex | 45 | 0 | DE | 45 | 64 | 0 | D | 103 | 64 | 2C |
| Octal | 105 | 0 | 336 | 105 | 144 | 0 | 15 | 403 | 144 | 54 |
| Binary | 1000101 | 0 | 11011110 | 1000101 | 1100100 | 0 | 1101 | 100000011 | 1100100 | 101100 |
Color Harmonies of #4500DE
Complementary color
Monochromatic Colors of #4500DE
Black with #4500DE
Text Example
Text Example
White with #4500DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500DE; }
p { color: rgb(69,0,222); }
H1.HeaderClassName
{
color: #4500DE;
}
.AnyTagClassName
{
color: #4500DE;
}
</style>
background-color css
<style>
a { background-color: #4500DE; }
a { background-color: rgb(69,0,222); }
div.DivClassName
{
background-color: #4500DE;
}
.BgClassName
{
background-color: #4500DE;
}
</style>
border-color css
<style>
span { border-color: #4500DE; }
span { border-color: rgb(69,0,222); }
td.TdClassName
{
border-color: #4500DE;
}
.TagClassName
{
border-color: #4500DE;
}
</style>