Shades of Purple Heart #452ACB
Tints of Purple Heart #452ACB
RGB
CMYK
RGB Variations
Color information
#452ACB (or 0x452ACB) is known color: Purple Heart. HEX triplet: 45, 2A and CB. RGB value is (69,42,203). Sum of RGB (Red+Green+Blue) = 69+42+203=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #452ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ACB is #BAD534. Grayscale: #434343. Windows color (decimal): -12244277 or 13314629. OLE color: 13314629.
HSL color Cylindrical-coordinate representation of color #452ACB: hue angle of 250.06º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #452ACB is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 42 | 203 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.20 |
| HSL | 250.06º | 0.66% | 0.48% | - |
| HSV(B) | 250.06º | 0.79% | 0.8% | - |
| XYZ | 14.06 | 7.23 | 57.15 | - |
| YUV | 68.43 | 203.95 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 203 | 0.66 | 0.79 | 0 | 0.20 | 250.06 | 0.66 | 0.48 |
| Hex | 45 | 2A | CB | 42 | 4F | 0 | 14 | FA | 42 | 30 |
| Octal | 105 | 52 | 313 | 102 | 117 | 0 | 24 | 372 | 102 | 60 |
| Binary | 1000101 | 101010 | 11001011 | 1000010 | 1001111 | 0 | 10100 | 11111010 | 1000010 | 110000 |
Color Harmonies of #452ACB
Complementary color
Monochromatic Colors of #452ACB
Black with #452ACB
Text Example
Text Example
White with #452ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ACB; }
p { color: rgb(69,42,203); }
H1.HeaderClassName
{
color: #452ACB;
}
.AnyTagClassName
{
color: #452ACB;
}
</style>
background-color css
<style>
a { background-color: #452ACB; }
a { background-color: rgb(69,42,203); }
div.DivClassName
{
background-color: #452ACB;
}
.BgClassName
{
background-color: #452ACB;
}
</style>
border-color css
<style>
span { border-color: #452ACB; }
span { border-color: rgb(69,42,203); }
td.TdClassName
{
border-color: #452ACB;
}
.TagClassName
{
border-color: #452ACB;
}
</style>