Shades of Purple Heart #6613A5
Tints of Purple Heart #6613A5
RGB
CMYK
RGB Variations
Color information
#6613A5 (or 0x6613A5) is known color: Purple Heart. HEX triplet: 66, 13 and A5. RGB value is (102,19,165). Sum of RGB (Red+Green+Blue) = 102+19+165=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 165 (64.84% from 255 or 57.69% from 286); Max value from RGB is 165 - color contains mainly: blue. Hex color #6613A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6613A5 is #99EC5A. Grayscale: #3B3B3B. Windows color (decimal): -10087515 or 10818406. OLE color: 10818406.
HSL color Cylindrical-coordinate representation of color #6613A5: hue angle of 274.11º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6613A5 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 19 | 165 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.35 |
| HSL | 274.11º | 0.79% | 0.36% | - |
| HSV(B) | 274.11º | 0.88% | 0.65% | - |
| XYZ | 12.5 | 6.01 | 36.1 | - |
| YUV | 60.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 165 | 0.38 | 0.88 | 0 | 0.35 | 274.11 | 0.79 | 0.36 |
| Hex | 66 | 13 | A5 | 26 | 58 | 0 | 23 | 112 | 4F | 24 |
| Octal | 146 | 23 | 245 | 46 | 130 | 0 | 43 | 422 | 117 | 44 |
| Binary | 1100110 | 10011 | 10100101 | 100110 | 1011000 | 0 | 100011 | 100010010 | 1001111 | 100100 |
Color Harmonies of #6613A5
Complementary color
Monochromatic Colors of #6613A5
Black with #6613A5
Text Example
Text Example
White with #6613A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6613A5; }
p { color: rgb(102,19,165); }
H1.HeaderClassName
{
color: #6613A5;
}
.AnyTagClassName
{
color: #6613A5;
}
</style>
background-color css
<style>
a { background-color: #6613A5; }
a { background-color: rgb(102,19,165); }
div.DivClassName
{
background-color: #6613A5;
}
.BgClassName
{
background-color: #6613A5;
}
</style>
border-color css
<style>
span { border-color: #6613A5; }
span { border-color: rgb(102,19,165); }
td.TdClassName
{
border-color: #6613A5;
}
.TagClassName
{
border-color: #6613A5;
}
</style>