Shades of Purple Heart #6642CB
Tints of Purple Heart #6642CB
RGB
CMYK
RGB Variations
Color information
#6642CB (or 0x6642CB) is known color: Purple Heart. HEX triplet: 66, 42 and CB. RGB value is (102,66,203). Sum of RGB (Red+Green+Blue) = 102+66+203=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #6642CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642CB is #99BD34. Grayscale: #5B5B5B. Windows color (decimal): -10075445 or 13320806. OLE color: 13320806.
HSL color Cylindrical-coordinate representation of color #6642CB: hue angle of 255.77º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6642CB is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 66 | 203 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.20 |
| HSL | 255.77º | 0.57% | 0.53% | - |
| HSV(B) | 255.77º | 0.67% | 0.8% | - |
| XYZ | 18.21 | 11.03 | 57.67 | - |
| YUV | 92.38 | 190.43 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 203 | 0.50 | 0.67 | 0 | 0.20 | 255.77 | 0.57 | 0.53 |
| Hex | 66 | 42 | CB | 32 | 43 | 0 | 14 | 100 | 39 | 35 |
| Octal | 146 | 102 | 313 | 62 | 103 | 0 | 24 | 400 | 71 | 65 |
| Binary | 1100110 | 1000010 | 11001011 | 110010 | 1000011 | 0 | 10100 | 100000000 | 111001 | 110101 |
Color Harmonies of #6642CB
Complementary color
Monochromatic Colors of #6642CB
Black with #6642CB
Text Example
Text Example
White with #6642CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6642CB; }
p { color: rgb(102,66,203); }
H1.HeaderClassName
{
color: #6642CB;
}
.AnyTagClassName
{
color: #6642CB;
}
</style>
background-color css
<style>
a { background-color: #6642CB; }
a { background-color: rgb(102,66,203); }
div.DivClassName
{
background-color: #6642CB;
}
.BgClassName
{
background-color: #6642CB;
}
</style>
border-color css
<style>
span { border-color: #6642CB; }
span { border-color: rgb(102,66,203); }
td.TdClassName
{
border-color: #6642CB;
}
.TagClassName
{
border-color: #6642CB;
}
</style>