Shades of Purple Heart #6511CB
Tints of Purple Heart #6511CB
RGB
CMYK
RGB Variations
Color information
#6511CB (or 0x6511CB) is known color: Purple Heart. HEX triplet: 65, 11 and CB. RGB value is (101,17,203). Sum of RGB (Red+Green+Blue) = 101+17+203=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #6511CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6511CB is #9AEE34. Grayscale: #3E3E3E. Windows color (decimal): -10153525 or 13308261. OLE color: 13308261.
HSL color Cylindrical-coordinate representation of color #6511CB: hue angle of 267.1º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6511CB is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 17 | 203 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.20 |
| HSL | 267.1º | 0.85% | 0.43% | - |
| HSV(B) | 267.1º | 0.92% | 0.8% | - |
| XYZ | 16.35 | 7.48 | 57.08 | - |
| YUV | 63.32 | 206.83 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 203 | 0.50 | 0.92 | 0 | 0.20 | 267.1 | 0.85 | 0.43 |
| Hex | 65 | 11 | CB | 32 | 5C | 0 | 14 | 10B | 55 | 2B |
| Octal | 145 | 21 | 313 | 62 | 134 | 0 | 24 | 413 | 125 | 53 |
| Binary | 1100101 | 10001 | 11001011 | 110010 | 1011100 | 0 | 10100 | 100001011 | 1010101 | 101011 |
Color Harmonies of #6511CB
Complementary color
Monochromatic Colors of #6511CB
Black with #6511CB
Text Example
Text Example
White with #6511CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6511CB; }
p { color: rgb(101,17,203); }
H1.HeaderClassName
{
color: #6511CB;
}
.AnyTagClassName
{
color: #6511CB;
}
</style>
background-color css
<style>
a { background-color: #6511CB; }
a { background-color: rgb(101,17,203); }
div.DivClassName
{
background-color: #6511CB;
}
.BgClassName
{
background-color: #6511CB;
}
</style>
border-color css
<style>
span { border-color: #6511CB; }
span { border-color: rgb(101,17,203); }
td.TdClassName
{
border-color: #6511CB;
}
.TagClassName
{
border-color: #6511CB;
}
</style>