Shades of Purple Heart #6632CA
Tints of Purple Heart #6632CA
RGB
CMYK
RGB Variations
Color information
#6632CA (or 0x6632CA) is known color: Purple Heart. HEX triplet: 66, 32 and CA. RGB value is (102,50,202). Sum of RGB (Red+Green+Blue) = 102+50+202=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #6632CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6632CA is #99CD35. Grayscale: #525252. Windows color (decimal): -10079542 or 13251174. OLE color: 13251174.
HSL color Cylindrical-coordinate representation of color #6632CA: hue angle of 260.53º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6632CA is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 50 | 202 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.21 |
| HSL | 260.53º | 0.6% | 0.49% | - |
| HSV(B) | 260.53º | 0.75% | 0.79% | - |
| XYZ | 17.28 | 9.37 | 56.77 | - |
| YUV | 82.88 | 195.23 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 202 | 0.50 | 0.75 | 0 | 0.21 | 260.53 | 0.6 | 0.49 |
| Hex | 66 | 32 | CA | 32 | 4B | 0 | 15 | 105 | 3C | 31 |
| Octal | 146 | 62 | 312 | 62 | 113 | 0 | 25 | 405 | 74 | 61 |
| Binary | 1100110 | 110010 | 11001010 | 110010 | 1001011 | 0 | 10101 | 100000101 | 111100 | 110001 |
Color Harmonies of #6632CA
Complementary color
Monochromatic Colors of #6632CA
Black with #6632CA
Text Example
Text Example
White with #6632CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6632CA; }
p { color: rgb(102,50,202); }
H1.HeaderClassName
{
color: #6632CA;
}
.AnyTagClassName
{
color: #6632CA;
}
</style>
background-color css
<style>
a { background-color: #6632CA; }
a { background-color: rgb(102,50,202); }
div.DivClassName
{
background-color: #6632CA;
}
.BgClassName
{
background-color: #6632CA;
}
</style>
border-color css
<style>
span { border-color: #6632CA; }
span { border-color: rgb(102,50,202); }
td.TdClassName
{
border-color: #6632CA;
}
.TagClassName
{
border-color: #6632CA;
}
</style>