Shades of Purple Heart #6632C1
Tints of Purple Heart #6632C1
RGB
CMYK
RGB Variations
Color information
#6632C1 (or 0x6632C1) is known color: Purple Heart. HEX triplet: 66, 32 and C1. RGB value is (102,50,193). Sum of RGB (Red+Green+Blue) = 102+50+193=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #6632C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6632C1 is #99CD3E. Grayscale: #515151. Windows color (decimal): -10079551 or 12661350. OLE color: 12661350.
HSL color Cylindrical-coordinate representation of color #6632C1: hue angle of 261.82º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6632C1 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 50 | 193 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.24 |
| HSL | 261.82º | 0.59% | 0.48% | - |
| HSV(B) | 261.82º | 0.74% | 0.76% | - |
| XYZ | 16.25 | 8.96 | 51.32 | - |
| YUV | 81.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 193 | 0.47 | 0.74 | 0 | 0.24 | 261.82 | 0.59 | 0.48 |
| Hex | 66 | 32 | C1 | 2F | 4A | 0 | 18 | 106 | 3B | 30 |
| Octal | 146 | 62 | 301 | 57 | 112 | 0 | 30 | 406 | 73 | 60 |
| Binary | 1100110 | 110010 | 11000001 | 101111 | 1001010 | 0 | 11000 | 100000110 | 111011 | 110000 |
Color Harmonies of #6632C1
Complementary color
Monochromatic Colors of #6632C1
Black with #6632C1
Text Example
Text Example
White with #6632C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6632C1; }
p { color: rgb(102,50,193); }
H1.HeaderClassName
{
color: #6632C1;
}
.AnyTagClassName
{
color: #6632C1;
}
</style>
background-color css
<style>
a { background-color: #6632C1; }
a { background-color: rgb(102,50,193); }
div.DivClassName
{
background-color: #6632C1;
}
.BgClassName
{
background-color: #6632C1;
}
</style>
border-color css
<style>
span { border-color: #6632C1; }
span { border-color: rgb(102,50,193); }
td.TdClassName
{
border-color: #6632C1;
}
.TagClassName
{
border-color: #6632C1;
}
</style>