Shades of Purple Heart #451CCB
Tints of Purple Heart #451CCB
RGB
CMYK
RGB Variations
Color information
#451CCB (or 0x451CCB) is known color: Purple Heart. HEX triplet: 45, 1C and CB. RGB value is (69,28,203). Sum of RGB (Red+Green+Blue) = 69+28+203=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #451CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451CCB is #BAE334. Grayscale: #3B3B3B. Windows color (decimal): -12247861 or 13311045. OLE color: 13311045.
HSL color Cylindrical-coordinate representation of color #451CCB: hue angle of 254.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451CCB is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 28 | 203 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.20 |
| HSL | 254.06º | 0.76% | 0.45% | - |
| HSV(B) | 254.06º | 0.86% | 0.8% | - |
| XYZ | 13.65 | 6.41 | 57.02 | - |
| YUV | 60.21 | 208.58 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 203 | 0.66 | 0.86 | 0 | 0.20 | 254.06 | 0.76 | 0.45 |
| Hex | 45 | 1C | CB | 42 | 56 | 0 | 14 | FE | 4C | 2D |
| Octal | 105 | 34 | 313 | 102 | 126 | 0 | 24 | 376 | 114 | 55 |
| Binary | 1000101 | 11100 | 11001011 | 1000010 | 1010110 | 0 | 10100 | 11111110 | 1001100 | 101101 |
Color Harmonies of #451CCB
Complementary color
Monochromatic Colors of #451CCB
Black with #451CCB
Text Example
Text Example
White with #451CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451CCB; }
p { color: rgb(69,28,203); }
H1.HeaderClassName
{
color: #451CCB;
}
.AnyTagClassName
{
color: #451CCB;
}
</style>
background-color css
<style>
a { background-color: #451CCB; }
a { background-color: rgb(69,28,203); }
div.DivClassName
{
background-color: #451CCB;
}
.BgClassName
{
background-color: #451CCB;
}
</style>
border-color css
<style>
span { border-color: #451CCB; }
span { border-color: rgb(69,28,203); }
td.TdClassName
{
border-color: #451CCB;
}
.TagClassName
{
border-color: #451CCB;
}
</style>