Shades of Purple Heart #6603CB
Tints of Purple Heart #6603CB
RGB
CMYK
RGB Variations
Color information
#6603CB (or 0x6603CB) is known color: Purple Heart. HEX triplet: 66, 03 and CB. RGB value is (102,3,203). Sum of RGB (Red+Green+Blue) = 102+3+203=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #6603CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603CB is #99FC34. Grayscale: #363636. Windows color (decimal): -10091573 or 13304678. OLE color: 13304678.
HSL color Cylindrical-coordinate representation of color #6603CB: hue angle of 269.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603CB is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 3 | 203 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.20 |
| HSL | 269.7º | 0.97% | 0.4% | - |
| HSV(B) | 269.7º | 0.99% | 0.8% | - |
| XYZ | 16.29 | 7.2 | 57.03 | - |
| YUV | 55.4 | 211.3 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 203 | 0.50 | 0.99 | 0 | 0.20 | 269.7 | 0.97 | 0.4 |
| Hex | 66 | 3 | CB | 32 | 63 | 0 | 14 | 10E | 61 | 28 |
| Octal | 146 | 3 | 313 | 62 | 143 | 0 | 24 | 416 | 141 | 50 |
| Binary | 1100110 | 11 | 11001011 | 110010 | 1100011 | 0 | 10100 | 100001110 | 1100001 | 101000 |
Color Harmonies of #6603CB
Complementary color
Monochromatic Colors of #6603CB
Black with #6603CB
Text Example
Text Example
White with #6603CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603CB; }
p { color: rgb(102,3,203); }
H1.HeaderClassName
{
color: #6603CB;
}
.AnyTagClassName
{
color: #6603CB;
}
</style>
background-color css
<style>
a { background-color: #6603CB; }
a { background-color: rgb(102,3,203); }
div.DivClassName
{
background-color: #6603CB;
}
.BgClassName
{
background-color: #6603CB;
}
</style>
border-color css
<style>
span { border-color: #6603CB; }
span { border-color: rgb(102,3,203); }
td.TdClassName
{
border-color: #6603CB;
}
.TagClassName
{
border-color: #6603CB;
}
</style>