Shades of Purple Heart #7430CE
Tints of Purple Heart #7430CE
RGB
CMYK
RGB Variations
Color information
#7430CE (or 0x7430CE) is known color: Purple Heart. HEX triplet: 74, 30 and CE. RGB value is (116,48,206). Sum of RGB (Red+Green+Blue) = 116+48+206=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #7430CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7430CE is #8BCF31. Grayscale: #555555. Windows color (decimal): -9162546 or 13512820. OLE color: 13512820.
HSL color Cylindrical-coordinate representation of color #7430CE: hue angle of 265.82º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7430CE is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 48 | 206 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.19 |
| HSL | 265.82º | 0.62% | 0.5% | - |
| HSV(B) | 265.82º | 0.77% | 0.81% | - |
| XYZ | 19.4 | 10.28 | 59.35 | - |
| YUV | 86.34 | 195.53 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 206 | 0.44 | 0.77 | 0 | 0.19 | 265.82 | 0.62 | 0.5 |
| Hex | 74 | 30 | CE | 2C | 4D | 0 | 13 | 10A | 3E | 32 |
| Octal | 164 | 60 | 316 | 54 | 115 | 0 | 23 | 412 | 76 | 62 |
| Binary | 1110100 | 110000 | 11001110 | 101100 | 1001101 | 0 | 10011 | 100001010 | 111110 | 110010 |
Color Harmonies of #7430CE
Complementary color
Monochromatic Colors of #7430CE
Black with #7430CE
Text Example
Text Example
White with #7430CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430CE; }
p { color: rgb(116,48,206); }
H1.HeaderClassName
{
color: #7430CE;
}
.AnyTagClassName
{
color: #7430CE;
}
</style>
background-color css
<style>
a { background-color: #7430CE; }
a { background-color: rgb(116,48,206); }
div.DivClassName
{
background-color: #7430CE;
}
.BgClassName
{
background-color: #7430CE;
}
</style>
border-color css
<style>
span { border-color: #7430CE; }
span { border-color: rgb(116,48,206); }
td.TdClassName
{
border-color: #7430CE;
}
.TagClassName
{
border-color: #7430CE;
}
</style>