Shades of Purple Heart #6512B4
Tints of Purple Heart #6512B4
RGB
CMYK
RGB Variations
Color information
#6512B4 (or 0x6512B4) is known color: Purple Heart. HEX triplet: 65, 12 and B4. RGB value is (101,18,180). Sum of RGB (Red+Green+Blue) = 101+18+180=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #6512B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6512B4 is #9AED4B. Grayscale: #3C3C3C. Windows color (decimal): -10153292 or 11801189. OLE color: 11801189.
HSL color Cylindrical-coordinate representation of color #6512B4: hue angle of 270.74º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6512B4 is Cyan = 0.44, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 18 | 180 | - |
| CMYK | 0.44 | 0.9 | 0 | 0.29 |
| HSL | 270.74º | 0.82% | 0.39% | - |
| HSV(B) | 270.74º | 0.9% | 0.71% | - |
| XYZ | 13.82 | 6.49 | 43.71 | - |
| YUV | 61.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 180 | 0.44 | 0.9 | 0 | 0.29 | 270.74 | 0.82 | 0.39 |
| Hex | 65 | 12 | B4 | 2C | 5A | 0 | 1D | 10F | 52 | 27 |
| Octal | 145 | 22 | 264 | 54 | 132 | 0 | 35 | 417 | 122 | 47 |
| Binary | 1100101 | 10010 | 10110100 | 101100 | 1011010 | 0 | 11101 | 100001111 | 1010010 | 100111 |
Color Harmonies of #6512B4
Complementary color
Monochromatic Colors of #6512B4
Black with #6512B4
Text Example
Text Example
White with #6512B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512B4; }
p { color: rgb(101,18,180); }
H1.HeaderClassName
{
color: #6512B4;
}
.AnyTagClassName
{
color: #6512B4;
}
</style>
background-color css
<style>
a { background-color: #6512B4; }
a { background-color: rgb(101,18,180); }
div.DivClassName
{
background-color: #6512B4;
}
.BgClassName
{
background-color: #6512B4;
}
</style>
border-color css
<style>
span { border-color: #6512B4; }
span { border-color: rgb(101,18,180); }
td.TdClassName
{
border-color: #6512B4;
}
.TagClassName
{
border-color: #6512B4;
}
</style>