Shades of Purple Heart #6603CD
Tints of Purple Heart #6603CD
RGB
CMYK
RGB Variations
Color information
#6603CD (or 0x6603CD) is known color: Purple Heart. HEX triplet: 66, 03 and CD. RGB value is (102,3,205). Sum of RGB (Red+Green+Blue) = 102+3+205=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #6603CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603CD is #99FC32. Grayscale: #363636. Windows color (decimal): -10091571 or 13435750. OLE color: 13435750.
HSL color Cylindrical-coordinate representation of color #6603CD: hue angle of 269.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603CD is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 3 | 205 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.20 |
| HSL | 269.41º | 0.97% | 0.41% | - |
| HSV(B) | 269.41º | 0.99% | 0.8% | - |
| XYZ | 16.53 | 7.3 | 58.29 | - |
| YUV | 55.63 | 212.3 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 205 | 0.50 | 0.99 | 0 | 0.20 | 269.41 | 0.97 | 0.41 |
| Hex | 66 | 3 | CD | 32 | 63 | 0 | 14 | 10D | 61 | 29 |
| Octal | 146 | 3 | 315 | 62 | 143 | 0 | 24 | 415 | 141 | 51 |
| Binary | 1100110 | 11 | 11001101 | 110010 | 1100011 | 0 | 10100 | 100001101 | 1100001 | 101001 |
Color Harmonies of #6603CD
Complementary color
Monochromatic Colors of #6603CD
Black with #6603CD
Text Example
Text Example
White with #6603CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603CD; }
p { color: rgb(102,3,205); }
H1.HeaderClassName
{
color: #6603CD;
}
.AnyTagClassName
{
color: #6603CD;
}
</style>
background-color css
<style>
a { background-color: #6603CD; }
a { background-color: rgb(102,3,205); }
div.DivClassName
{
background-color: #6603CD;
}
.BgClassName
{
background-color: #6603CD;
}
</style>
border-color css
<style>
span { border-color: #6603CD; }
span { border-color: rgb(102,3,205); }
td.TdClassName
{
border-color: #6603CD;
}
.TagClassName
{
border-color: #6603CD;
}
</style>