Shades of Purple Heart #4500C3
Tints of Purple Heart #4500C3
RGB
CMYK
RGB Variations
Color information
#4500C3 (or 0x4500C3) is known color: Purple Heart. HEX triplet: 45, 00 and C3. RGB value is (69,0,195). Sum of RGB (Red+Green+Blue) = 69+0+195=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 195 (76.56% from 255 or 73.86% from 264); Max value from RGB is 195 - color contains mainly: blue. Hex color #4500C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500C3 is #BAFF3C. Grayscale: #2A2A2A. Windows color (decimal): -12255037 or 12779589. OLE color: 12779589.
HSL color Cylindrical-coordinate representation of color #4500C3: hue angle of 261.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500C3 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 0 | 195 | - |
| CMYK | 0.65 | 1 | 0 | 0.24 |
| HSL | 261.23º | 1% | 0.38% | - |
| HSV(B) | 261.23º | 1% | 0.76% | - |
| XYZ | 12.3 | 5.21 | 51.99 | - |
| YUV | 42.86 | 213.86 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 195 | 0.65 | 1 | 0 | 0.24 | 261.23 | 1 | 0.38 |
| Hex | 45 | 0 | C3 | 41 | 64 | 0 | 18 | 105 | 64 | 26 |
| Octal | 105 | 0 | 303 | 101 | 144 | 0 | 30 | 405 | 144 | 46 |
| Binary | 1000101 | 0 | 11000011 | 1000001 | 1100100 | 0 | 11000 | 100000101 | 1100100 | 100110 |
Color Harmonies of #4500C3
Complementary color
Monochromatic Colors of #4500C3
Black with #4500C3
Text Example
Text Example
White with #4500C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500C3; }
p { color: rgb(69,0,195); }
H1.HeaderClassName
{
color: #4500C3;
}
.AnyTagClassName
{
color: #4500C3;
}
</style>
background-color css
<style>
a { background-color: #4500C3; }
a { background-color: rgb(69,0,195); }
div.DivClassName
{
background-color: #4500C3;
}
.BgClassName
{
background-color: #4500C3;
}
</style>
border-color css
<style>
span { border-color: #4500C3; }
span { border-color: rgb(69,0,195); }
td.TdClassName
{
border-color: #4500C3;
}
.TagClassName
{
border-color: #4500C3;
}
</style>