Shades of Purple Heart #4431CB
Tints of Purple Heart #4431CB
RGB
CMYK
RGB Variations
Color information
#4431CB (or 0x4431CB) is known color: Purple Heart. HEX triplet: 44, 31 and CB. RGB value is (68,49,203). Sum of RGB (Red+Green+Blue) = 68+49+203=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #4431CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4431CB is #BBCE34. Grayscale: #474747. Windows color (decimal): -12308021 or 13316420. OLE color: 13316420.
HSL color Cylindrical-coordinate representation of color #4431CB: hue angle of 247.4º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4431CB is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 49 | 203 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.20 |
| HSL | 247.4º | 0.61% | 0.49% | - |
| HSV(B) | 247.4º | 0.76% | 0.8% | - |
| XYZ | 14.26 | 7.74 | 57.24 | - |
| YUV | 72.24 | 201.79 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 203 | 0.67 | 0.76 | 0 | 0.20 | 247.4 | 0.61 | 0.49 |
| Hex | 44 | 31 | CB | 43 | 4C | 0 | 14 | F7 | 3D | 31 |
| Octal | 104 | 61 | 313 | 103 | 114 | 0 | 24 | 367 | 75 | 61 |
| Binary | 1000100 | 110001 | 11001011 | 1000011 | 1001100 | 0 | 10100 | 11110111 | 111101 | 110001 |
Color Harmonies of #4431CB
Complementary color
Monochromatic Colors of #4431CB
Black with #4431CB
Text Example
Text Example
White with #4431CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4431CB; }
p { color: rgb(68,49,203); }
H1.HeaderClassName
{
color: #4431CB;
}
.AnyTagClassName
{
color: #4431CB;
}
</style>
background-color css
<style>
a { background-color: #4431CB; }
a { background-color: rgb(68,49,203); }
div.DivClassName
{
background-color: #4431CB;
}
.BgClassName
{
background-color: #4431CB;
}
</style>
border-color css
<style>
span { border-color: #4431CB; }
span { border-color: rgb(68,49,203); }
td.TdClassName
{
border-color: #4431CB;
}
.TagClassName
{
border-color: #4431CB;
}
</style>