Shades of Purple Heart #6713CA
Tints of Purple Heart #6713CA
RGB
CMYK
RGB Variations
Color information
#6713CA (or 0x6713CA) is known color: Purple Heart. HEX triplet: 67, 13 and CA. RGB value is (103,19,202). Sum of RGB (Red+Green+Blue) = 103+19+202=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #6713CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6713CA is #98EC35. Grayscale: #404040. Windows color (decimal): -10021942 or 13243239. OLE color: 13243239.
HSL color Cylindrical-coordinate representation of color #6713CA: hue angle of 267.54º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6713CA is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 19 | 202 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.21 |
| HSL | 267.54º | 0.83% | 0.43% | - |
| HSV(B) | 267.54º | 0.91% | 0.79% | - |
| XYZ | 16.49 | 7.61 | 56.48 | - |
| YUV | 64.98 | 205.33 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 202 | 0.49 | 0.91 | 0 | 0.21 | 267.54 | 0.83 | 0.43 |
| Hex | 67 | 13 | CA | 31 | 5B | 0 | 15 | 10C | 53 | 2B |
| Octal | 147 | 23 | 312 | 61 | 133 | 0 | 25 | 414 | 123 | 53 |
| Binary | 1100111 | 10011 | 11001010 | 110001 | 1011011 | 0 | 10101 | 100001100 | 1010011 | 101011 |
Color Harmonies of #6713CA
Complementary color
Monochromatic Colors of #6713CA
Black with #6713CA
Text Example
Text Example
White with #6713CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6713CA; }
p { color: rgb(103,19,202); }
H1.HeaderClassName
{
color: #6713CA;
}
.AnyTagClassName
{
color: #6713CA;
}
</style>
background-color css
<style>
a { background-color: #6713CA; }
a { background-color: rgb(103,19,202); }
div.DivClassName
{
background-color: #6713CA;
}
.BgClassName
{
background-color: #6713CA;
}
</style>
border-color css
<style>
span { border-color: #6713CA; }
span { border-color: rgb(103,19,202); }
td.TdClassName
{
border-color: #6713CA;
}
.TagClassName
{
border-color: #6713CA;
}
</style>