Shades of Purple Heart #4505C1
Tints of Purple Heart #4505C1
RGB
CMYK
RGB Variations
Color information
#4505C1 (or 0x4505C1) is known color: Purple Heart. HEX triplet: 45, 05 and C1. RGB value is (69,5,193). Sum of RGB (Red+Green+Blue) = 69+5+193=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 193 (75.78% from 255 or 72.28% from 267); Max value from RGB is 193 - color contains mainly: blue. Hex color #4505C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4505C1 is #BAFA3E. Grayscale: #2C2C2C. Windows color (decimal): -12253759 or 12649797. OLE color: 12649797.
HSL color Cylindrical-coordinate representation of color #4505C1: hue angle of 260.43º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4505C1 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 5 | 193 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.24 |
| HSL | 260.43º | 0.95% | 0.39% | - |
| HSV(B) | 260.43º | 0.97% | 0.76% | - |
| XYZ | 12.13 | 5.22 | 50.82 | - |
| YUV | 45.57 | 211.2 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 193 | 0.64 | 0.97 | 0 | 0.24 | 260.43 | 0.95 | 0.39 |
| Hex | 45 | 5 | C1 | 40 | 61 | 0 | 18 | 104 | 5F | 27 |
| Octal | 105 | 5 | 301 | 100 | 141 | 0 | 30 | 404 | 137 | 47 |
| Binary | 1000101 | 101 | 11000001 | 1000000 | 1100001 | 0 | 11000 | 100000100 | 1011111 | 100111 |
Color Harmonies of #4505C1
Complementary color
Monochromatic Colors of #4505C1
Black with #4505C1
Text Example
Text Example
White with #4505C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4505C1; }
p { color: rgb(69,5,193); }
H1.HeaderClassName
{
color: #4505C1;
}
.AnyTagClassName
{
color: #4505C1;
}
</style>
background-color css
<style>
a { background-color: #4505C1; }
a { background-color: rgb(69,5,193); }
div.DivClassName
{
background-color: #4505C1;
}
.BgClassName
{
background-color: #4505C1;
}
</style>
border-color css
<style>
span { border-color: #4505C1; }
span { border-color: rgb(69,5,193); }
td.TdClassName
{
border-color: #4505C1;
}
.TagClassName
{
border-color: #4505C1;
}
</style>