Shades of Purple Heart #6512B1
Tints of Purple Heart #6512B1
RGB
CMYK
RGB Variations
Color information
#6512B1 (or 0x6512B1) is known color: Purple Heart. HEX triplet: 65, 12 and B1. RGB value is (101,18,177). Sum of RGB (Red+Green+Blue) = 101+18+177=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #6512B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6512B1 is #9AED4E. Grayscale: #3C3C3C. Windows color (decimal): -10153295 or 11604581. OLE color: 11604581.
HSL color Cylindrical-coordinate representation of color #6512B1: hue angle of 271.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6512B1 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 18 | 177 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.31 |
| HSL | 271.32º | 0.82% | 0.38% | - |
| HSV(B) | 271.32º | 0.9% | 0.69% | - |
| XYZ | 13.52 | 6.37 | 42.11 | - |
| YUV | 60.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 177 | 0.43 | 0.90 | 0 | 0.31 | 271.32 | 0.82 | 0.38 |
| Hex | 65 | 12 | B1 | 2B | 5A | 0 | 1F | 10F | 52 | 26 |
| Octal | 145 | 22 | 261 | 53 | 132 | 0 | 37 | 417 | 122 | 46 |
| Binary | 1100101 | 10010 | 10110001 | 101011 | 1011010 | 0 | 11111 | 100001111 | 1010010 | 100110 |
Color Harmonies of #6512B1
Complementary color
Monochromatic Colors of #6512B1
Black with #6512B1
Text Example
Text Example
White with #6512B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512B1; }
p { color: rgb(101,18,177); }
H1.HeaderClassName
{
color: #6512B1;
}
.AnyTagClassName
{
color: #6512B1;
}
</style>
background-color css
<style>
a { background-color: #6512B1; }
a { background-color: rgb(101,18,177); }
div.DivClassName
{
background-color: #6512B1;
}
.BgClassName
{
background-color: #6512B1;
}
</style>
border-color css
<style>
span { border-color: #6512B1; }
span { border-color: rgb(101,18,177); }
td.TdClassName
{
border-color: #6512B1;
}
.TagClassName
{
border-color: #6512B1;
}
</style>