Shades of Purple Heart #7630CF
Tints of Purple Heart #7630CF
RGB
CMYK
RGB Variations
Color information
#7630CF (or 0x7630CF) is known color: Purple Heart. HEX triplet: 76, 30 and CF. RGB value is (118,48,207). Sum of RGB (Red+Green+Blue) = 118+48+207=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #7630CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7630CF is #89CF30. Grayscale: #565656. Windows color (decimal): -9031473 or 13578358. OLE color: 13578358.
HSL color Cylindrical-coordinate representation of color #7630CF: hue angle of 266.42º 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 #7630CF is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 48 | 207 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.19 |
| HSL | 266.42º | 0.62% | 0.5% | - |
| HSV(B) | 266.42º | 0.77% | 0.81% | - |
| XYZ | 19.79 | 10.47 | 60.01 | - |
| YUV | 87.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 207 | 0.43 | 0.77 | 0 | 0.19 | 266.42 | 0.62 | 0.5 |
| Hex | 76 | 30 | CF | 2B | 4D | 0 | 13 | 10A | 3E | 32 |
| Octal | 166 | 60 | 317 | 53 | 115 | 0 | 23 | 412 | 76 | 62 |
| Binary | 1110110 | 110000 | 11001111 | 101011 | 1001101 | 0 | 10011 | 100001010 | 111110 | 110010 |
Color Harmonies of #7630CF
Complementary color
Monochromatic Colors of #7630CF
Black with #7630CF
Text Example
Text Example
White with #7630CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7630CF; }
p { color: rgb(118,48,207); }
H1.HeaderClassName
{
color: #7630CF;
}
.AnyTagClassName
{
color: #7630CF;
}
</style>
background-color css
<style>
a { background-color: #7630CF; }
a { background-color: rgb(118,48,207); }
div.DivClassName
{
background-color: #7630CF;
}
.BgClassName
{
background-color: #7630CF;
}
</style>
border-color css
<style>
span { border-color: #7630CF; }
span { border-color: rgb(118,48,207); }
td.TdClassName
{
border-color: #7630CF;
}
.TagClassName
{
border-color: #7630CF;
}
</style>