Shades of Purple Heart #450BC2
Tints of Purple Heart #450BC2
RGB
CMYK
RGB Variations
Color information
#450BC2 (or 0x450BC2) is known color: Purple Heart. HEX triplet: 45, 0B and C2. RGB value is (69,11,194). Sum of RGB (Red+Green+Blue) = 69+11+194=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 194 (76.17% from 255 or 70.80% from 274); Max value from RGB is 194 - color contains mainly: blue. Hex color #450BC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BC2 is #BAF43D. Grayscale: #303030. Windows color (decimal): -12252222 or 12716869. OLE color: 12716869.
HSL color Cylindrical-coordinate representation of color #450BC2: hue angle of 259.02º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450BC2 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 11 | 194 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.24 |
| HSL | 259.02º | 0.89% | 0.4% | - |
| HSV(B) | 259.02º | 0.94% | 0.76% | - |
| XYZ | 12.31 | 5.4 | 51.43 | - |
| YUV | 49.2 | 209.72 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 194 | 0.64 | 0.94 | 0 | 0.24 | 259.02 | 0.89 | 0.4 |
| Hex | 45 | B | C2 | 40 | 5E | 0 | 18 | 103 | 59 | 28 |
| Octal | 105 | 13 | 302 | 100 | 136 | 0 | 30 | 403 | 131 | 50 |
| Binary | 1000101 | 1011 | 11000010 | 1000000 | 1011110 | 0 | 11000 | 100000011 | 1011001 | 101000 |
Color Harmonies of #450BC2
Complementary color
Monochromatic Colors of #450BC2
Black with #450BC2
Text Example
Text Example
White with #450BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450BC2; }
p { color: rgb(69,11,194); }
H1.HeaderClassName
{
color: #450BC2;
}
.AnyTagClassName
{
color: #450BC2;
}
</style>
background-color css
<style>
a { background-color: #450BC2; }
a { background-color: rgb(69,11,194); }
div.DivClassName
{
background-color: #450BC2;
}
.BgClassName
{
background-color: #450BC2;
}
</style>
border-color css
<style>
span { border-color: #450BC2; }
span { border-color: rgb(69,11,194); }
td.TdClassName
{
border-color: #450BC2;
}
.TagClassName
{
border-color: #450BC2;
}
</style>