Shades of Purple Heart #6C32CD
Tints of Purple Heart #6C32CD
RGB
CMYK
RGB Variations
Color information
#6C32CD (or 0x6C32CD) is known color: Purple Heart. HEX triplet: 6C, 32 and CD. RGB value is (108,50,205). Sum of RGB (Red+Green+Blue) = 108+50+205=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C32CD is #93CD32. Grayscale: #545454. Windows color (decimal): -9686323 or 13447788. OLE color: 13447788.
HSL color Cylindrical-coordinate representation of color #6C32CD: hue angle of 262.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C32CD is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 50 | 205 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.20 |
| HSL | 262.45º | 0.61% | 0.5% | - |
| HSV(B) | 262.45º | 0.76% | 0.8% | - |
| XYZ | 18.34 | 9.88 | 58.7 | - |
| YUV | 85.01 | 195.72 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 205 | 0.47 | 0.76 | 0 | 0.20 | 262.45 | 0.61 | 0.5 |
| Hex | 6C | 32 | CD | 2F | 4C | 0 | 14 | 106 | 3D | 32 |
| Octal | 154 | 62 | 315 | 57 | 114 | 0 | 24 | 406 | 75 | 62 |
| Binary | 1101100 | 110010 | 11001101 | 101111 | 1001100 | 0 | 10100 | 100000110 | 111101 | 110010 |
Color Harmonies of #6C32CD
Complementary color
Monochromatic Colors of #6C32CD
Black with #6C32CD
Text Example
Text Example
White with #6C32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C32CD; }
p { color: rgb(108,50,205); }
H1.HeaderClassName
{
color: #6C32CD;
}
.AnyTagClassName
{
color: #6C32CD;
}
</style>
background-color css
<style>
a { background-color: #6C32CD; }
a { background-color: rgb(108,50,205); }
div.DivClassName
{
background-color: #6C32CD;
}
.BgClassName
{
background-color: #6C32CD;
}
</style>
border-color css
<style>
span { border-color: #6C32CD; }
span { border-color: rgb(108,50,205); }
td.TdClassName
{
border-color: #6C32CD;
}
.TagClassName
{
border-color: #6C32CD;
}
</style>