Shades of Purple Heart #6607CB
Tints of Purple Heart #6607CB
RGB
CMYK
RGB Variations
Color information
#6607CB (or 0x6607CB) is known color: Purple Heart. HEX triplet: 66, 07 and CB. RGB value is (102,7,203). Sum of RGB (Red+Green+Blue) = 102+7+203=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #6607CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6607CB is #99F834. Grayscale: #393939. Windows color (decimal): -10090549 or 13305702. OLE color: 13305702.
HSL color Cylindrical-coordinate representation of color #6607CB: hue angle of 269.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6607CB is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 7 | 203 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.20 |
| HSL | 269.08º | 0.93% | 0.41% | - |
| HSV(B) | 269.08º | 0.97% | 0.8% | - |
| XYZ | 16.33 | 7.29 | 57.05 | - |
| YUV | 57.75 | 209.97 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 203 | 0.50 | 0.97 | 0 | 0.20 | 269.08 | 0.93 | 0.41 |
| Hex | 66 | 7 | CB | 32 | 61 | 0 | 14 | 10D | 5D | 29 |
| Octal | 146 | 7 | 313 | 62 | 141 | 0 | 24 | 415 | 135 | 51 |
| Binary | 1100110 | 111 | 11001011 | 110010 | 1100001 | 0 | 10100 | 100001101 | 1011101 | 101001 |
Color Harmonies of #6607CB
Complementary color
Monochromatic Colors of #6607CB
Black with #6607CB
Text Example
Text Example
White with #6607CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607CB; }
p { color: rgb(102,7,203); }
H1.HeaderClassName
{
color: #6607CB;
}
.AnyTagClassName
{
color: #6607CB;
}
</style>
background-color css
<style>
a { background-color: #6607CB; }
a { background-color: rgb(102,7,203); }
div.DivClassName
{
background-color: #6607CB;
}
.BgClassName
{
background-color: #6607CB;
}
</style>
border-color css
<style>
span { border-color: #6607CB; }
span { border-color: rgb(102,7,203); }
td.TdClassName
{
border-color: #6607CB;
}
.TagClassName
{
border-color: #6607CB;
}
</style>