Shades of Purple Heart #6512C2
Tints of Purple Heart #6512C2
RGB
CMYK
RGB Variations
Color information
#6512C2 (or 0x6512C2) is known color: Purple Heart. HEX triplet: 65, 12 and C2. RGB value is (101,18,194). Sum of RGB (Red+Green+Blue) = 101+18+194=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 194 (76.17% from 255 or 61.98% from 313); Max value from RGB is 194 - color contains mainly: blue. Hex color #6512C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6512C2 is #9AED3D. Grayscale: #3E3E3E. Windows color (decimal): -10153278 or 12718693. OLE color: 12718693.
HSL color Cylindrical-coordinate representation of color #6512C2: hue angle of 268.3º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6512C2 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 18 | 194 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.24 |
| HSL | 268.3º | 0.83% | 0.42% | - |
| HSV(B) | 268.3º | 0.91% | 0.76% | - |
| XYZ | 15.32 | 7.09 | 51.6 | - |
| YUV | 62.88 | 202 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 194 | 0.48 | 0.91 | 0 | 0.24 | 268.3 | 0.83 | 0.42 |
| Hex | 65 | 12 | C2 | 30 | 5B | 0 | 18 | 10C | 53 | 2A |
| Octal | 145 | 22 | 302 | 60 | 133 | 0 | 30 | 414 | 123 | 52 |
| Binary | 1100101 | 10010 | 11000010 | 110000 | 1011011 | 0 | 11000 | 100001100 | 1010011 | 101010 |
Color Harmonies of #6512C2
Complementary color
Monochromatic Colors of #6512C2
Black with #6512C2
Text Example
Text Example
White with #6512C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512C2; }
p { color: rgb(101,18,194); }
H1.HeaderClassName
{
color: #6512C2;
}
.AnyTagClassName
{
color: #6512C2;
}
</style>
background-color css
<style>
a { background-color: #6512C2; }
a { background-color: rgb(101,18,194); }
div.DivClassName
{
background-color: #6512C2;
}
.BgClassName
{
background-color: #6512C2;
}
</style>
border-color css
<style>
span { border-color: #6512C2; }
span { border-color: rgb(101,18,194); }
td.TdClassName
{
border-color: #6512C2;
}
.TagClassName
{
border-color: #6512C2;
}
</style>