Shades of Han Purple #4500E3
Tints of Han Purple #4500E3
RGB
CMYK
RGB Variations
Color information
#4500E3 (or 0x4500E3) is known color: Han Purple. HEX triplet: 45, 00 and E3. RGB value is (69,0,227). Sum of RGB (Red+Green+Blue) = 69+0+227=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 227 (89.06% from 255 or 76.69% from 296); Max value from RGB is 227 - color contains mainly: blue. Hex color #4500E3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500E3 is #BAFF1C. Grayscale: #2D2D2D. Windows color (decimal): -12255005 or 14876741. OLE color: 14876741.
HSL color Cylindrical-coordinate representation of color #4500E3: hue angle of 258.24º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500E3 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 0 | 227 | - |
| CMYK | 0.70 | 1 | 0 | 0.11 |
| HSL | 258.24º | 1% | 0.45% | - |
| HSV(B) | 258.24º | 1% | 0.89% | - |
| XYZ | 16.32 | 6.81 | 73.13 | - |
| YUV | 46.51 | 229.86 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 227 | 0.70 | 1 | 0 | 0.11 | 258.24 | 1 | 0.45 |
| Hex | 45 | 0 | E3 | 46 | 64 | 0 | B | 102 | 64 | 2D |
| Octal | 105 | 0 | 343 | 106 | 144 | 0 | 13 | 402 | 144 | 55 |
| Binary | 1000101 | 0 | 11100011 | 1000110 | 1100100 | 0 | 1011 | 100000010 | 1100100 | 101101 |
Color Harmonies of #4500E3
Complementary color
Monochromatic Colors of #4500E3
Black with #4500E3
Text Example
Text Example
White with #4500E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500E3; }
p { color: rgb(69,0,227); }
H1.HeaderClassName
{
color: #4500E3;
}
.AnyTagClassName
{
color: #4500E3;
}
</style>
background-color css
<style>
a { background-color: #4500E3; }
a { background-color: rgb(69,0,227); }
div.DivClassName
{
background-color: #4500E3;
}
.BgClassName
{
background-color: #4500E3;
}
</style>
border-color css
<style>
span { border-color: #4500E3; }
span { border-color: rgb(69,0,227); }
td.TdClassName
{
border-color: #4500E3;
}
.TagClassName
{
border-color: #4500E3;
}
</style>