Shades of Han Purple #4503CD
Tints of Han Purple #4503CD
RGB
CMYK
RGB Variations
Color information
#4503CD (or 0x4503CD) is known color: Han Purple. HEX triplet: 45, 03 and CD. RGB value is (69,3,205). Sum of RGB (Red+Green+Blue) = 69+3+205=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #4503CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4503CD is #BAFC32. Grayscale: #2D2D2D. Windows color (decimal): -12254259 or 13435717. OLE color: 13435717.
HSL color Cylindrical-coordinate representation of color #4503CD: hue angle of 259.6º degrees, saturation: 0.97, 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 #4503CD is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 3 | 205 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.20 |
| HSL | 259.6º | 0.97% | 0.41% | - |
| HSV(B) | 259.6º | 0.99% | 0.8% | - |
| XYZ | 13.51 | 5.74 | 58.15 | - |
| YUV | 45.76 | 217.87 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 205 | 0.66 | 0.99 | 0 | 0.20 | 259.6 | 0.97 | 0.41 |
| Hex | 45 | 3 | CD | 42 | 63 | 0 | 14 | 104 | 61 | 29 |
| Octal | 105 | 3 | 315 | 102 | 143 | 0 | 24 | 404 | 141 | 51 |
| Binary | 1000101 | 11 | 11001101 | 1000010 | 1100011 | 0 | 10100 | 100000100 | 1100001 | 101001 |
Color Harmonies of #4503CD
Complementary color
Monochromatic Colors of #4503CD
Black with #4503CD
Text Example
Text Example
White with #4503CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4503CD; }
p { color: rgb(69,3,205); }
H1.HeaderClassName
{
color: #4503CD;
}
.AnyTagClassName
{
color: #4503CD;
}
</style>
background-color css
<style>
a { background-color: #4503CD; }
a { background-color: rgb(69,3,205); }
div.DivClassName
{
background-color: #4503CD;
}
.BgClassName
{
background-color: #4503CD;
}
</style>
border-color css
<style>
span { border-color: #4503CD; }
span { border-color: rgb(69,3,205); }
td.TdClassName
{
border-color: #4503CD;
}
.TagClassName
{
border-color: #4503CD;
}
</style>