Shades of Purple Heart #4331D0
Tints of Purple Heart #4331D0
RGB
CMYK
RGB Variations
Color information
#4331D0 (or 0x4331D0) is known color: Purple Heart. HEX triplet: 43, 31 and D0. RGB value is (67,49,208). Sum of RGB (Red+Green+Blue) = 67+49+208=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #4331D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4331D0 is #BCCE2F. Grayscale: #474747. Windows color (decimal): -12373552 or 13644099. OLE color: 13644099.
HSL color Cylindrical-coordinate representation of color #4331D0: hue angle of 246.79º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4331D0 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 49 | 208 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.18 |
| HSL | 246.79º | 0.63% | 0.5% | - |
| HSV(B) | 246.79º | 0.76% | 0.82% | - |
| XYZ | 14.8 | 7.94 | 60.43 | - |
| YUV | 72.51 | 204.46 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 208 | 0.68 | 0.76 | 0 | 0.18 | 246.79 | 0.63 | 0.5 |
| Hex | 43 | 31 | D0 | 44 | 4C | 0 | 12 | F7 | 3F | 32 |
| Octal | 103 | 61 | 320 | 104 | 114 | 0 | 22 | 367 | 77 | 62 |
| Binary | 1000011 | 110001 | 11010000 | 1000100 | 1001100 | 0 | 10010 | 11110111 | 111111 | 110010 |
Color Harmonies of #4331D0
Complementary color
Monochromatic Colors of #4331D0
Black with #4331D0
Text Example
Text Example
White with #4331D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4331D0; }
p { color: rgb(67,49,208); }
H1.HeaderClassName
{
color: #4331D0;
}
.AnyTagClassName
{
color: #4331D0;
}
</style>
background-color css
<style>
a { background-color: #4331D0; }
a { background-color: rgb(67,49,208); }
div.DivClassName
{
background-color: #4331D0;
}
.BgClassName
{
background-color: #4331D0;
}
</style>
border-color css
<style>
span { border-color: #4331D0; }
span { border-color: rgb(67,49,208); }
td.TdClassName
{
border-color: #4331D0;
}
.TagClassName
{
border-color: #4331D0;
}
</style>