Shades of Purple Heart #650CCD
Tints of Purple Heart #650CCD
RGB
CMYK
RGB Variations
Color information
#650CCD (or 0x650CCD) is known color: Purple Heart. HEX triplet: 65, 0C and CD. RGB value is (101,12,205). Sum of RGB (Red+Green+Blue) = 101+12+205=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #650CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CCD is #9AF332. Grayscale: #3B3B3B. Windows color (decimal): -10154803 or 13438053. OLE color: 13438053.
HSL color Cylindrical-coordinate representation of color #650CCD: hue angle of 267.67º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650CCD is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 12 | 205 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.20 |
| HSL | 267.67º | 0.89% | 0.43% | - |
| HSV(B) | 267.67º | 0.94% | 0.8% | - |
| XYZ | 16.52 | 7.44 | 58.32 | - |
| YUV | 60.61 | 209.49 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 205 | 0.51 | 0.94 | 0 | 0.20 | 267.67 | 0.89 | 0.43 |
| Hex | 65 | C | CD | 33 | 5E | 0 | 14 | 10C | 59 | 2B |
| Octal | 145 | 14 | 315 | 63 | 136 | 0 | 24 | 414 | 131 | 53 |
| Binary | 1100101 | 1100 | 11001101 | 110011 | 1011110 | 0 | 10100 | 100001100 | 1011001 | 101011 |
Color Harmonies of #650CCD
Complementary color
Monochromatic Colors of #650CCD
Black with #650CCD
Text Example
Text Example
White with #650CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650CCD; }
p { color: rgb(101,12,205); }
H1.HeaderClassName
{
color: #650CCD;
}
.AnyTagClassName
{
color: #650CCD;
}
</style>
background-color css
<style>
a { background-color: #650CCD; }
a { background-color: rgb(101,12,205); }
div.DivClassName
{
background-color: #650CCD;
}
.BgClassName
{
background-color: #650CCD;
}
</style>
border-color css
<style>
span { border-color: #650CCD; }
span { border-color: rgb(101,12,205); }
td.TdClassName
{
border-color: #650CCD;
}
.TagClassName
{
border-color: #650CCD;
}
</style>