Shades of Purple Heart #6613CA
Tints of Purple Heart #6613CA
RGB
CMYK
RGB Variations
Color information
#6613CA (or 0x6613CA) is known color: Purple Heart. HEX triplet: 66, 13 and CA. RGB value is (102,19,202). Sum of RGB (Red+Green+Blue) = 102+19+202=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #6613CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6613CA is #99EC35. Grayscale: #404040. Windows color (decimal): -10087478 or 13243238. OLE color: 13243238.
HSL color Cylindrical-coordinate representation of color #6613CA: hue angle of 267.21º 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 #6613CA is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 19 | 202 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.21 |
| HSL | 267.21º | 0.83% | 0.43% | - |
| HSV(B) | 267.21º | 0.91% | 0.79% | - |
| XYZ | 16.37 | 7.55 | 56.47 | - |
| YUV | 64.68 | 205.5 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 202 | 0.50 | 0.91 | 0 | 0.21 | 267.21 | 0.83 | 0.43 |
| Hex | 66 | 13 | CA | 32 | 5B | 0 | 15 | 10B | 53 | 2B |
| Octal | 146 | 23 | 312 | 62 | 133 | 0 | 25 | 413 | 123 | 53 |
| Binary | 1100110 | 10011 | 11001010 | 110010 | 1011011 | 0 | 10101 | 100001011 | 1010011 | 101011 |
Color Harmonies of #6613CA
Complementary color
Monochromatic Colors of #6613CA
Black with #6613CA
Text Example
Text Example
White with #6613CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6613CA; }
p { color: rgb(102,19,202); }
H1.HeaderClassName
{
color: #6613CA;
}
.AnyTagClassName
{
color: #6613CA;
}
</style>
background-color css
<style>
a { background-color: #6613CA; }
a { background-color: rgb(102,19,202); }
div.DivClassName
{
background-color: #6613CA;
}
.BgClassName
{
background-color: #6613CA;
}
</style>
border-color css
<style>
span { border-color: #6613CA; }
span { border-color: rgb(102,19,202); }
td.TdClassName
{
border-color: #6613CA;
}
.TagClassName
{
border-color: #6613CA;
}
</style>