Shades of Purple Heart #7632CF
Tints of Purple Heart #7632CF
RGB
CMYK
RGB Variations
Color information
#7632CF (or 0x7632CF) is known color: Purple Heart. HEX triplet: 76, 32 and CF. RGB value is (118,50,207). Sum of RGB (Red+Green+Blue) = 118+50+207=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #7632CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7632CF is #89CD30. Grayscale: #575757. Windows color (decimal): -9030961 or 13578870. OLE color: 13578870.
HSL color Cylindrical-coordinate representation of color #7632CF: hue angle of 265.99º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7632CF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 50 | 207 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.19 |
| HSL | 265.99º | 0.62% | 0.5% | - |
| HSV(B) | 265.99º | 0.76% | 0.81% | - |
| XYZ | 19.87 | 10.64 | 60.04 | - |
| YUV | 88.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 207 | 0.43 | 0.76 | 0 | 0.19 | 265.99 | 0.62 | 0.5 |
| Hex | 76 | 32 | CF | 2B | 4C | 0 | 13 | 10A | 3E | 32 |
| Octal | 166 | 62 | 317 | 53 | 114 | 0 | 23 | 412 | 76 | 62 |
| Binary | 1110110 | 110010 | 11001111 | 101011 | 1001100 | 0 | 10011 | 100001010 | 111110 | 110010 |
Color Harmonies of #7632CF
Complementary color
Monochromatic Colors of #7632CF
Black with #7632CF
Text Example
Text Example
White with #7632CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632CF; }
p { color: rgb(118,50,207); }
H1.HeaderClassName
{
color: #7632CF;
}
.AnyTagClassName
{
color: #7632CF;
}
</style>
background-color css
<style>
a { background-color: #7632CF; }
a { background-color: rgb(118,50,207); }
div.DivClassName
{
background-color: #7632CF;
}
.BgClassName
{
background-color: #7632CF;
}
</style>
border-color css
<style>
span { border-color: #7632CF; }
span { border-color: rgb(118,50,207); }
td.TdClassName
{
border-color: #7632CF;
}
.TagClassName
{
border-color: #7632CF;
}
</style>