Shades of Purple Heart #4331CE
Tints of Purple Heart #4331CE
RGB
CMYK
RGB Variations
Color information
#4331CE (or 0x4331CE) is known color: Purple Heart. HEX triplet: 43, 31 and CE. RGB value is (67,49,206). Sum of RGB (Red+Green+Blue) = 67+49+206=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #4331CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4331CE is #BCCE31. Grayscale: #474747. Windows color (decimal): -12373554 or 13513027. OLE color: 13513027.
HSL color Cylindrical-coordinate representation of color #4331CE: hue angle of 246.88º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4331CE is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 49 | 206 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.19 |
| HSL | 246.88º | 0.62% | 0.5% | - |
| HSV(B) | 246.88º | 0.76% | 0.81% | - |
| XYZ | 14.55 | 7.85 | 59.14 | - |
| YUV | 72.28 | 203.46 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 206 | 0.67 | 0.76 | 0 | 0.19 | 246.88 | 0.62 | 0.5 |
| Hex | 43 | 31 | CE | 43 | 4C | 0 | 13 | F7 | 3E | 32 |
| Octal | 103 | 61 | 316 | 103 | 114 | 0 | 23 | 367 | 76 | 62 |
| Binary | 1000011 | 110001 | 11001110 | 1000011 | 1001100 | 0 | 10011 | 11110111 | 111110 | 110010 |
Color Harmonies of #4331CE
Complementary color
Monochromatic Colors of #4331CE
Black with #4331CE
Text Example
Text Example
White with #4331CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4331CE; }
p { color: rgb(67,49,206); }
H1.HeaderClassName
{
color: #4331CE;
}
.AnyTagClassName
{
color: #4331CE;
}
</style>
background-color css
<style>
a { background-color: #4331CE; }
a { background-color: rgb(67,49,206); }
div.DivClassName
{
background-color: #4331CE;
}
.BgClassName
{
background-color: #4331CE;
}
</style>
border-color css
<style>
span { border-color: #4331CE; }
span { border-color: rgb(67,49,206); }
td.TdClassName
{
border-color: #4331CE;
}
.TagClassName
{
border-color: #4331CE;
}
</style>