Shades of Purple Heart #4330C7
Tints of Purple Heart #4330C7
RGB
CMYK
RGB Variations
Color information
#4330C7 (or 0x4330C7) is known color: Purple Heart. HEX triplet: 43, 30 and C7. RGB value is (67,48,199). Sum of RGB (Red+Green+Blue) = 67+48+199=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 199 (78.12% from 255 or 63.38% from 314); Max value from RGB is 199 - color contains mainly: blue. Hex color #4330C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4330C7 is #BCCF38. Grayscale: #464646. Windows color (decimal): -12373817 or 13054019. OLE color: 13054019.
HSL color Cylindrical-coordinate representation of color #4330C7: hue angle of 247.55º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4330C7 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 48 | 199 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.22 |
| HSL | 247.55º | 0.61% | 0.48% | - |
| HSV(B) | 247.55º | 0.76% | 0.78% | - |
| XYZ | 13.68 | 7.43 | 54.75 | - |
| YUV | 70.9 | 200.29 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 199 | 0.66 | 0.76 | 0 | 0.22 | 247.55 | 0.61 | 0.48 |
| Hex | 43 | 30 | C7 | 42 | 4C | 0 | 16 | F8 | 3D | 30 |
| Octal | 103 | 60 | 307 | 102 | 114 | 0 | 26 | 370 | 75 | 60 |
| Binary | 1000011 | 110000 | 11000111 | 1000010 | 1001100 | 0 | 10110 | 11111000 | 111101 | 110000 |
Color Harmonies of #4330C7
Complementary color
Monochromatic Colors of #4330C7
Black with #4330C7
Text Example
Text Example
White with #4330C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4330C7; }
p { color: rgb(67,48,199); }
H1.HeaderClassName
{
color: #4330C7;
}
.AnyTagClassName
{
color: #4330C7;
}
</style>
background-color css
<style>
a { background-color: #4330C7; }
a { background-color: rgb(67,48,199); }
div.DivClassName
{
background-color: #4330C7;
}
.BgClassName
{
background-color: #4330C7;
}
</style>
border-color css
<style>
span { border-color: #4330C7; }
span { border-color: rgb(67,48,199); }
td.TdClassName
{
border-color: #4330C7;
}
.TagClassName
{
border-color: #4330C7;
}
</style>