Shades of Purple Heart #452ABC
Tints of Purple Heart #452ABC
RGB
CMYK
RGB Variations
Color information
#452ABC (or 0x452ABC) is known color: Purple Heart. HEX triplet: 45, 2A and BC. RGB value is (69,42,188). Sum of RGB (Red+Green+Blue) = 69+42+188=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #452ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ABC is #BAD543. Grayscale: #424242. Windows color (decimal): -12244292 or 12331589. OLE color: 12331589.
HSL color Cylindrical-coordinate representation of color #452ABC: hue angle of 251.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452ABC is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 42 | 188 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.26 |
| HSL | 251.1º | 0.63% | 0.45% | - |
| HSV(B) | 251.1º | 0.78% | 0.74% | - |
| XYZ | 12.36 | 6.55 | 48.19 | - |
| YUV | 66.72 | 196.45 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 188 | 0.63 | 0.78 | 0 | 0.26 | 251.1 | 0.63 | 0.45 |
| Hex | 45 | 2A | BC | 3F | 4E | 0 | 1A | FB | 3F | 2D |
| Octal | 105 | 52 | 274 | 77 | 116 | 0 | 32 | 373 | 77 | 55 |
| Binary | 1000101 | 101010 | 10111100 | 111111 | 1001110 | 0 | 11010 | 11111011 | 111111 | 101101 |
Color Harmonies of #452ABC
Complementary color
Monochromatic Colors of #452ABC
Black with #452ABC
Text Example
Text Example
White with #452ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ABC; }
p { color: rgb(69,42,188); }
H1.HeaderClassName
{
color: #452ABC;
}
.AnyTagClassName
{
color: #452ABC;
}
</style>
background-color css
<style>
a { background-color: #452ABC; }
a { background-color: rgb(69,42,188); }
div.DivClassName
{
background-color: #452ABC;
}
.BgClassName
{
background-color: #452ABC;
}
</style>
border-color css
<style>
span { border-color: #452ABC; }
span { border-color: rgb(69,42,188); }
td.TdClassName
{
border-color: #452ABC;
}
.TagClassName
{
border-color: #452ABC;
}
</style>