Shades of Han Purple #4502CD
Tints of Han Purple #4502CD
RGB
CMYK
RGB Variations
Color information
#4502CD (or 0x4502CD) is known color: Han Purple. HEX triplet: 45, 02 and CD. RGB value is (69,2,205). Sum of RGB (Red+Green+Blue) = 69+2+205=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #4502CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4502CD is #BAFD32. Grayscale: #2C2C2C. Windows color (decimal): -12254515 or 13435461. OLE color: 13435461.
HSL color Cylindrical-coordinate representation of color #4502CD: hue angle of 259.8º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4502CD is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 2 | 205 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.20 |
| HSL | 259.8º | 0.98% | 0.41% | - |
| HSV(B) | 259.8º | 0.99% | 0.8% | - |
| XYZ | 13.5 | 5.72 | 58.15 | - |
| YUV | 45.18 | 218.2 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 205 | 0.66 | 0.99 | 0 | 0.20 | 259.8 | 0.98 | 0.41 |
| Hex | 45 | 2 | CD | 42 | 63 | 0 | 14 | 104 | 62 | 29 |
| Octal | 105 | 2 | 315 | 102 | 143 | 0 | 24 | 404 | 142 | 51 |
| Binary | 1000101 | 10 | 11001101 | 1000010 | 1100011 | 0 | 10100 | 100000100 | 1100010 | 101001 |
Color Harmonies of #4502CD
Complementary color
Monochromatic Colors of #4502CD
Black with #4502CD
Text Example
Text Example
White with #4502CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4502CD; }
p { color: rgb(69,2,205); }
H1.HeaderClassName
{
color: #4502CD;
}
.AnyTagClassName
{
color: #4502CD;
}
</style>
background-color css
<style>
a { background-color: #4502CD; }
a { background-color: rgb(69,2,205); }
div.DivClassName
{
background-color: #4502CD;
}
.BgClassName
{
background-color: #4502CD;
}
</style>
border-color css
<style>
span { border-color: #4502CD; }
span { border-color: rgb(69,2,205); }
td.TdClassName
{
border-color: #4502CD;
}
.TagClassName
{
border-color: #4502CD;
}
</style>