Shades of Han Purple #4500CE
Tints of Han Purple #4500CE
RGB
CMYK
RGB Variations
Color information
#4500CE (or 0x4500CE) is known color: Han Purple. HEX triplet: 45, 00 and CE. RGB value is (69,0,206). Sum of RGB (Red+Green+Blue) = 69+0+206=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #4500CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500CE is #BAFF31. Grayscale: #2B2B2B. Windows color (decimal): -12255026 or 13500485. OLE color: 13500485.
HSL color Cylindrical-coordinate representation of color #4500CE: hue angle of 260.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500CE is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 0 | 206 | - |
| CMYK | 0.67 | 1 | 0 | 0.19 |
| HSL | 260.1º | 1% | 0.4% | - |
| HSV(B) | 260.1º | 1% | 0.81% | - |
| XYZ | 13.59 | 5.72 | 58.78 | - |
| YUV | 44.12 | 219.36 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 206 | 0.67 | 1 | 0 | 0.19 | 260.1 | 1 | 0.4 |
| Hex | 45 | 0 | CE | 43 | 64 | 0 | 13 | 104 | 64 | 28 |
| Octal | 105 | 0 | 316 | 103 | 144 | 0 | 23 | 404 | 144 | 50 |
| Binary | 1000101 | 0 | 11001110 | 1000011 | 1100100 | 0 | 10011 | 100000100 | 1100100 | 101000 |
Color Harmonies of #4500CE
Complementary color
Monochromatic Colors of #4500CE
Black with #4500CE
Text Example
Text Example
White with #4500CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500CE; }
p { color: rgb(69,0,206); }
H1.HeaderClassName
{
color: #4500CE;
}
.AnyTagClassName
{
color: #4500CE;
}
</style>
background-color css
<style>
a { background-color: #4500CE; }
a { background-color: rgb(69,0,206); }
div.DivClassName
{
background-color: #4500CE;
}
.BgClassName
{
background-color: #4500CE;
}
</style>
border-color css
<style>
span { border-color: #4500CE; }
span { border-color: rgb(69,0,206); }
td.TdClassName
{
border-color: #4500CE;
}
.TagClassName
{
border-color: #4500CE;
}
</style>