Shades of Purple Heart #451FCB
Tints of Purple Heart #451FCB
RGB
CMYK
RGB Variations
Color information
#451FCB (or 0x451FCB) is known color: Purple Heart. HEX triplet: 45, 1F and CB. RGB value is (69,31,203). Sum of RGB (Red+Green+Blue) = 69+31+203=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #451FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FCB is #BAE034. Grayscale: #3D3D3D. Windows color (decimal): -12247093 or 13311813. OLE color: 13311813.
HSL color Cylindrical-coordinate representation of color #451FCB: hue angle of 253.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451FCB is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 31 | 203 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.20 |
| HSL | 253.26º | 0.74% | 0.46% | - |
| HSV(B) | 253.26º | 0.85% | 0.8% | - |
| XYZ | 13.72 | 6.56 | 57.04 | - |
| YUV | 61.97 | 207.59 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 203 | 0.66 | 0.85 | 0 | 0.20 | 253.26 | 0.74 | 0.46 |
| Hex | 45 | 1F | CB | 42 | 55 | 0 | 14 | FD | 4A | 2E |
| Octal | 105 | 37 | 313 | 102 | 125 | 0 | 24 | 375 | 112 | 56 |
| Binary | 1000101 | 11111 | 11001011 | 1000010 | 1010101 | 0 | 10100 | 11111101 | 1001010 | 101110 |
Color Harmonies of #451FCB
Complementary color
Monochromatic Colors of #451FCB
Black with #451FCB
Text Example
Text Example
White with #451FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FCB; }
p { color: rgb(69,31,203); }
H1.HeaderClassName
{
color: #451FCB;
}
.AnyTagClassName
{
color: #451FCB;
}
</style>
background-color css
<style>
a { background-color: #451FCB; }
a { background-color: rgb(69,31,203); }
div.DivClassName
{
background-color: #451FCB;
}
.BgClassName
{
background-color: #451FCB;
}
</style>
border-color css
<style>
span { border-color: #451FCB; }
span { border-color: rgb(69,31,203); }
td.TdClassName
{
border-color: #451FCB;
}
.TagClassName
{
border-color: #451FCB;
}
</style>