Shades of Purple Heart #763ACF
Tints of Purple Heart #763ACF
RGB
CMYK
RGB Variations
Color information
#763ACF (or 0x763ACF) is known color: Purple Heart. HEX triplet: 76, 3A and CF. RGB value is (118,58,207). Sum of RGB (Red+Green+Blue) = 118+58+207=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #763ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763ACF is #89C530. Grayscale: #5C5C5C. Windows color (decimal): -9028913 or 13580918. OLE color: 13580918.
HSL color Cylindrical-coordinate representation of color #763ACF: hue angle of 264.16º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763ACF is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 58 | 207 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.19 |
| HSL | 264.16º | 0.61% | 0.52% | - |
| HSV(B) | 264.16º | 0.72% | 0.81% | - |
| XYZ | 20.25 | 11.38 | 60.16 | - |
| YUV | 92.93 | 192.38 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 207 | 0.43 | 0.72 | 0 | 0.19 | 264.16 | 0.61 | 0.52 |
| Hex | 76 | 3A | CF | 2B | 48 | 0 | 13 | 108 | 3D | 34 |
| Octal | 166 | 72 | 317 | 53 | 110 | 0 | 23 | 410 | 75 | 64 |
| Binary | 1110110 | 111010 | 11001111 | 101011 | 1001000 | 0 | 10011 | 100001000 | 111101 | 110100 |
Color Harmonies of #763ACF
Complementary color
Monochromatic Colors of #763ACF
Black with #763ACF
Text Example
Text Example
White with #763ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763ACF; }
p { color: rgb(118,58,207); }
H1.HeaderClassName
{
color: #763ACF;
}
.AnyTagClassName
{
color: #763ACF;
}
</style>
background-color css
<style>
a { background-color: #763ACF; }
a { background-color: rgb(118,58,207); }
div.DivClassName
{
background-color: #763ACF;
}
.BgClassName
{
background-color: #763ACF;
}
</style>
border-color css
<style>
span { border-color: #763ACF; }
span { border-color: rgb(118,58,207); }
td.TdClassName
{
border-color: #763ACF;
}
.TagClassName
{
border-color: #763ACF;
}
</style>