Shades of Purple Heart #4501C2
Tints of Purple Heart #4501C2
RGB
CMYK
RGB Variations
Color information
#4501C2 (or 0x4501C2) is known color: Purple Heart. HEX triplet: 45, 01 and C2. RGB value is (69,1,194). Sum of RGB (Red+Green+Blue) = 69+1+194=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 194 (76.17% from 255 or 73.48% from 264); Max value from RGB is 194 - color contains mainly: blue. Hex color #4501C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4501C2 is #BAFE3D. Grayscale: #2A2A2A. Windows color (decimal): -12254782 or 12714309. OLE color: 12714309.
HSL color Cylindrical-coordinate representation of color #4501C2: hue angle of 261.14º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4501C2 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 1 | 194 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.24 |
| HSL | 261.14º | 0.99% | 0.38% | - |
| HSV(B) | 261.14º | 0.99% | 0.76% | - |
| XYZ | 12.2 | 5.18 | 51.4 | - |
| YUV | 43.33 | 213.03 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 194 | 0.64 | 0.99 | 0 | 0.24 | 261.14 | 0.99 | 0.38 |
| Hex | 45 | 1 | C2 | 40 | 63 | 0 | 18 | 105 | 63 | 26 |
| Octal | 105 | 1 | 302 | 100 | 143 | 0 | 30 | 405 | 143 | 46 |
| Binary | 1000101 | 1 | 11000010 | 1000000 | 1100011 | 0 | 11000 | 100000101 | 1100011 | 100110 |
Color Harmonies of #4501C2
Complementary color
Monochromatic Colors of #4501C2
Black with #4501C2
Text Example
Text Example
White with #4501C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4501C2; }
p { color: rgb(69,1,194); }
H1.HeaderClassName
{
color: #4501C2;
}
.AnyTagClassName
{
color: #4501C2;
}
</style>
background-color css
<style>
a { background-color: #4501C2; }
a { background-color: rgb(69,1,194); }
div.DivClassName
{
background-color: #4501C2;
}
.BgClassName
{
background-color: #4501C2;
}
</style>
border-color css
<style>
span { border-color: #4501C2; }
span { border-color: rgb(69,1,194); }
td.TdClassName
{
border-color: #4501C2;
}
.TagClassName
{
border-color: #4501C2;
}
</style>