Shades of Purple Heart #7638CF
Tints of Purple Heart #7638CF
RGB
CMYK
RGB Variations
Color information
#7638CF (or 0x7638CF) is known color: Purple Heart. HEX triplet: 76, 38 and CF. RGB value is (118,56,207). Sum of RGB (Red+Green+Blue) = 118+56+207=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #7638CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7638CF is #89C730. Grayscale: #5B5B5B. Windows color (decimal): -9029425 or 13580406. OLE color: 13580406.
HSL color Cylindrical-coordinate representation of color #7638CF: hue angle of 264.64º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7638CF is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 56 | 207 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.19 |
| HSL | 264.64º | 0.61% | 0.52% | - |
| HSV(B) | 264.64º | 0.73% | 0.81% | - |
| XYZ | 20.15 | 11.18 | 60.13 | - |
| YUV | 91.75 | 193.04 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 207 | 0.43 | 0.73 | 0 | 0.19 | 264.64 | 0.61 | 0.52 |
| Hex | 76 | 38 | CF | 2B | 49 | 0 | 13 | 109 | 3D | 34 |
| Octal | 166 | 70 | 317 | 53 | 111 | 0 | 23 | 411 | 75 | 64 |
| Binary | 1110110 | 111000 | 11001111 | 101011 | 1001001 | 0 | 10011 | 100001001 | 111101 | 110100 |
Color Harmonies of #7638CF
Complementary color
Monochromatic Colors of #7638CF
Black with #7638CF
Text Example
Text Example
White with #7638CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7638CF; }
p { color: rgb(118,56,207); }
H1.HeaderClassName
{
color: #7638CF;
}
.AnyTagClassName
{
color: #7638CF;
}
</style>
background-color css
<style>
a { background-color: #7638CF; }
a { background-color: rgb(118,56,207); }
div.DivClassName
{
background-color: #7638CF;
}
.BgClassName
{
background-color: #7638CF;
}
</style>
border-color css
<style>
span { border-color: #7638CF; }
span { border-color: rgb(118,56,207); }
td.TdClassName
{
border-color: #7638CF;
}
.TagClassName
{
border-color: #7638CF;
}
</style>