Shades of Han Purple #4503CF
Tints of Han Purple #4503CF
RGB
CMYK
RGB Variations
Color information
#4503CF (or 0x4503CF) is known color: Han Purple. HEX triplet: 45, 03 and CF. RGB value is (69,3,207). Sum of RGB (Red+Green+Blue) = 69+3+207=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #4503CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4503CF is #BAFC30. Grayscale: #2D2D2D. Windows color (decimal): -12254257 or 13566789. OLE color: 13566789.
HSL color Cylindrical-coordinate representation of color #4503CF: hue angle of 259.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4503CF is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 3 | 207 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.19 |
| HSL | 259.41º | 0.97% | 0.41% | - |
| HSV(B) | 259.41º | 0.99% | 0.81% | - |
| XYZ | 13.75 | 5.84 | 59.43 | - |
| YUV | 45.99 | 218.87 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 207 | 0.67 | 0.99 | 0 | 0.19 | 259.41 | 0.97 | 0.41 |
| Hex | 45 | 3 | CF | 43 | 63 | 0 | 13 | 103 | 61 | 29 |
| Octal | 105 | 3 | 317 | 103 | 143 | 0 | 23 | 403 | 141 | 51 |
| Binary | 1000101 | 11 | 11001111 | 1000011 | 1100011 | 0 | 10011 | 100000011 | 1100001 | 101001 |
Color Harmonies of #4503CF
Complementary color
Monochromatic Colors of #4503CF
Black with #4503CF
Text Example
Text Example
White with #4503CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4503CF; }
p { color: rgb(69,3,207); }
H1.HeaderClassName
{
color: #4503CF;
}
.AnyTagClassName
{
color: #4503CF;
}
</style>
background-color css
<style>
a { background-color: #4503CF; }
a { background-color: rgb(69,3,207); }
div.DivClassName
{
background-color: #4503CF;
}
.BgClassName
{
background-color: #4503CF;
}
</style>
border-color css
<style>
span { border-color: #4503CF; }
span { border-color: rgb(69,3,207); }
td.TdClassName
{
border-color: #4503CF;
}
.TagClassName
{
border-color: #4503CF;
}
</style>