Shades of Purple Heart #7630CD
Tints of Purple Heart #7630CD
RGB
CMYK
RGB Variations
Color information
#7630CD (or 0x7630CD) is known color: Purple Heart. HEX triplet: 76, 30 and CD. RGB value is (118,48,205). Sum of RGB (Red+Green+Blue) = 118+48+205=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #7630CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7630CD is #89CF32. Grayscale: #565656. Windows color (decimal): -9031475 or 13447286. OLE color: 13447286.
HSL color Cylindrical-coordinate representation of color #7630CD: hue angle of 266.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7630CD is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 48 | 205 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.20 |
| HSL | 266.75º | 0.62% | 0.5% | - |
| HSV(B) | 266.75º | 0.77% | 0.8% | - |
| XYZ | 19.55 | 10.37 | 58.73 | - |
| YUV | 86.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 205 | 0.42 | 0.77 | 0 | 0.20 | 266.75 | 0.62 | 0.5 |
| Hex | 76 | 30 | CD | 2A | 4D | 0 | 14 | 10B | 3E | 32 |
| Octal | 166 | 60 | 315 | 52 | 115 | 0 | 24 | 413 | 76 | 62 |
| Binary | 1110110 | 110000 | 11001101 | 101010 | 1001101 | 0 | 10100 | 100001011 | 111110 | 110010 |
Color Harmonies of #7630CD
Complementary color
Monochromatic Colors of #7630CD
Black with #7630CD
Text Example
Text Example
White with #7630CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7630CD; }
p { color: rgb(118,48,205); }
H1.HeaderClassName
{
color: #7630CD;
}
.AnyTagClassName
{
color: #7630CD;
}
</style>
background-color css
<style>
a { background-color: #7630CD; }
a { background-color: rgb(118,48,205); }
div.DivClassName
{
background-color: #7630CD;
}
.BgClassName
{
background-color: #7630CD;
}
</style>
border-color css
<style>
span { border-color: #7630CD; }
span { border-color: rgb(118,48,205); }
td.TdClassName
{
border-color: #7630CD;
}
.TagClassName
{
border-color: #7630CD;
}
</style>