Shades of Purple Heart #6607CA
Tints of Purple Heart #6607CA
RGB
CMYK
RGB Variations
Color information
#6607CA (or 0x6607CA) is known color: Purple Heart. HEX triplet: 66, 07 and CA. RGB value is (102,7,202). Sum of RGB (Red+Green+Blue) = 102+7+202=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #6607CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6607CA is #99F835. Grayscale: #383838. Windows color (decimal): -10090550 or 13240166. OLE color: 13240166.
HSL color Cylindrical-coordinate representation of color #6607CA: hue angle of 269.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6607CA is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 7 | 202 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.21 |
| HSL | 269.23º | 0.93% | 0.41% | - |
| HSV(B) | 269.23º | 0.97% | 0.79% | - |
| XYZ | 16.22 | 7.24 | 56.42 | - |
| YUV | 57.64 | 209.47 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 202 | 0.50 | 0.97 | 0 | 0.21 | 269.23 | 0.93 | 0.41 |
| Hex | 66 | 7 | CA | 32 | 61 | 0 | 15 | 10D | 5D | 29 |
| Octal | 146 | 7 | 312 | 62 | 141 | 0 | 25 | 415 | 135 | 51 |
| Binary | 1100110 | 111 | 11001010 | 110010 | 1100001 | 0 | 10101 | 100001101 | 1011101 | 101001 |
Color Harmonies of #6607CA
Complementary color
Monochromatic Colors of #6607CA
Black with #6607CA
Text Example
Text Example
White with #6607CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607CA; }
p { color: rgb(102,7,202); }
H1.HeaderClassName
{
color: #6607CA;
}
.AnyTagClassName
{
color: #6607CA;
}
</style>
background-color css
<style>
a { background-color: #6607CA; }
a { background-color: rgb(102,7,202); }
div.DivClassName
{
background-color: #6607CA;
}
.BgClassName
{
background-color: #6607CA;
}
</style>
border-color css
<style>
span { border-color: #6607CA; }
span { border-color: rgb(102,7,202); }
td.TdClassName
{
border-color: #6607CA;
}
.TagClassName
{
border-color: #6607CA;
}
</style>