Shades of Purple Heart #6632C0
Tints of Purple Heart #6632C0
RGB
CMYK
RGB Variations
Color information
#6632C0 (or 0x6632C0) is known color: Purple Heart. HEX triplet: 66, 32 and C0. RGB value is (102,50,192). Sum of RGB (Red+Green+Blue) = 102+50+192=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #6632C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6632C0 is #99CD3F. Grayscale: #515151. Windows color (decimal): -10079552 or 12595814. OLE color: 12595814.
HSL color Cylindrical-coordinate representation of color #6632C0: hue angle of 261.97º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6632C0 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 50 | 192 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.25 |
| HSL | 261.97º | 0.59% | 0.47% | - |
| HSV(B) | 261.97º | 0.74% | 0.75% | - |
| XYZ | 16.13 | 8.91 | 50.74 | - |
| YUV | 81.74 | 190.23 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 192 | 0.47 | 0.74 | 0 | 0.25 | 261.97 | 0.59 | 0.47 |
| Hex | 66 | 32 | C0 | 2F | 4A | 0 | 19 | 106 | 3B | 2F |
| Octal | 146 | 62 | 300 | 57 | 112 | 0 | 31 | 406 | 73 | 57 |
| Binary | 1100110 | 110010 | 11000000 | 101111 | 1001010 | 0 | 11001 | 100000110 | 111011 | 101111 |
Color Harmonies of #6632C0
Complementary color
Monochromatic Colors of #6632C0
Black with #6632C0
Text Example
Text Example
White with #6632C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6632C0; }
p { color: rgb(102,50,192); }
H1.HeaderClassName
{
color: #6632C0;
}
.AnyTagClassName
{
color: #6632C0;
}
</style>
background-color css
<style>
a { background-color: #6632C0; }
a { background-color: rgb(102,50,192); }
div.DivClassName
{
background-color: #6632C0;
}
.BgClassName
{
background-color: #6632C0;
}
</style>
border-color css
<style>
span { border-color: #6632C0; }
span { border-color: rgb(102,50,192); }
td.TdClassName
{
border-color: #6632C0;
}
.TagClassName
{
border-color: #6632C0;
}
</style>