Shades of Purple Heart #451CBC
Tints of Purple Heart #451CBC
RGB
CMYK
RGB Variations
Color information
#451CBC (or 0x451CBC) is known color: Purple Heart. HEX triplet: 45, 1C and BC. RGB value is (69,28,188). Sum of RGB (Red+Green+Blue) = 69+28+188=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #451CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451CBC is #BAE343. Grayscale: #393939. Windows color (decimal): -12247876 or 12328005. OLE color: 12328005.
HSL color Cylindrical-coordinate representation of color #451CBC: hue angle of 255.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451CBC is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 28 | 188 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.26 |
| HSL | 255.38º | 0.74% | 0.42% | - |
| HSV(B) | 255.38º | 0.85% | 0.74% | - |
| XYZ | 11.95 | 5.73 | 48.05 | - |
| YUV | 58.5 | 201.08 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 188 | 0.63 | 0.85 | 0 | 0.26 | 255.38 | 0.74 | 0.42 |
| Hex | 45 | 1C | BC | 3F | 55 | 0 | 1A | FF | 4A | 2A |
| Octal | 105 | 34 | 274 | 77 | 125 | 0 | 32 | 377 | 112 | 52 |
| Binary | 1000101 | 11100 | 10111100 | 111111 | 1010101 | 0 | 11010 | 11111111 | 1001010 | 101010 |
Color Harmonies of #451CBC
Complementary color
Monochromatic Colors of #451CBC
Black with #451CBC
Text Example
Text Example
White with #451CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451CBC; }
p { color: rgb(69,28,188); }
H1.HeaderClassName
{
color: #451CBC;
}
.AnyTagClassName
{
color: #451CBC;
}
</style>
background-color css
<style>
a { background-color: #451CBC; }
a { background-color: rgb(69,28,188); }
div.DivClassName
{
background-color: #451CBC;
}
.BgClassName
{
background-color: #451CBC;
}
</style>
border-color css
<style>
span { border-color: #451CBC; }
span { border-color: rgb(69,28,188); }
td.TdClassName
{
border-color: #451CBC;
}
.TagClassName
{
border-color: #451CBC;
}
</style>