Shades of Han Purple #4503CB
Tints of Han Purple #4503CB
RGB
CMYK
RGB Variations
Color information
#4503CB (or 0x4503CB) is known color: Han Purple. HEX triplet: 45, 03 and CB. RGB value is (69,3,203). Sum of RGB (Red+Green+Blue) = 69+3+203=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #4503CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4503CB is #BAFC34. Grayscale: #2C2C2C. Windows color (decimal): -12254261 or 13304645. OLE color: 13304645.
HSL color Cylindrical-coordinate representation of color #4503CB: hue angle of 259.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4503CB is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 3 | 203 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.20 |
| HSL | 259.8º | 0.97% | 0.4% | - |
| HSV(B) | 259.8º | 0.99% | 0.8% | - |
| XYZ | 13.27 | 5.64 | 56.89 | - |
| YUV | 45.53 | 216.87 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 203 | 0.66 | 0.99 | 0 | 0.20 | 259.8 | 0.97 | 0.4 |
| Hex | 45 | 3 | CB | 42 | 63 | 0 | 14 | 104 | 61 | 28 |
| Octal | 105 | 3 | 313 | 102 | 143 | 0 | 24 | 404 | 141 | 50 |
| Binary | 1000101 | 11 | 11001011 | 1000010 | 1100011 | 0 | 10100 | 100000100 | 1100001 | 101000 |
Color Harmonies of #4503CB
Complementary color
Monochromatic Colors of #4503CB
Black with #4503CB
Text Example
Text Example
White with #4503CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4503CB; }
p { color: rgb(69,3,203); }
H1.HeaderClassName
{
color: #4503CB;
}
.AnyTagClassName
{
color: #4503CB;
}
</style>
background-color css
<style>
a { background-color: #4503CB; }
a { background-color: rgb(69,3,203); }
div.DivClassName
{
background-color: #4503CB;
}
.BgClassName
{
background-color: #4503CB;
}
</style>
border-color css
<style>
span { border-color: #4503CB; }
span { border-color: rgb(69,3,203); }
td.TdClassName
{
border-color: #4503CB;
}
.TagClassName
{
border-color: #4503CB;
}
</style>