Shades of Purple Heart #6C17C2
Tints of Purple Heart #6C17C2
RGB
CMYK
RGB Variations
Color information
#6C17C2 (or 0x6C17C2) is known color: Purple Heart. HEX triplet: 6C, 17 and C2. RGB value is (108,23,194). Sum of RGB (Red+Green+Blue) = 108+23+194=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 194 (76.17% from 255 or 59.69% from 325); Max value from RGB is 194 - color contains mainly: blue. Hex color #6C17C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C17C2 is #93E83D. Grayscale: #434343. Windows color (decimal): -9693246 or 12719980. OLE color: 12719980.
HSL color Cylindrical-coordinate representation of color #6C17C2: hue angle of 269.82º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C17C2 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 23 | 194 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.24 |
| HSL | 269.82º | 0.79% | 0.43% | - |
| HSV(B) | 269.82º | 0.88% | 0.76% | - |
| XYZ | 16.23 | 7.7 | 51.67 | - |
| YUV | 67.91 | 199.16 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 23 | 194 | 0.44 | 0.88 | 0 | 0.24 | 269.82 | 0.79 | 0.43 |
| Hex | 6C | 17 | C2 | 2C | 58 | 0 | 18 | 10E | 4F | 2B |
| Octal | 154 | 27 | 302 | 54 | 130 | 0 | 30 | 416 | 117 | 53 |
| Binary | 1101100 | 10111 | 11000010 | 101100 | 1011000 | 0 | 11000 | 100001110 | 1001111 | 101011 |
Color Harmonies of #6C17C2
Complementary color
Monochromatic Colors of #6C17C2
Black with #6C17C2
Text Example
Text Example
White with #6C17C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C17C2; }
p { color: rgb(108,23,194); }
H1.HeaderClassName
{
color: #6C17C2;
}
.AnyTagClassName
{
color: #6C17C2;
}
</style>
background-color css
<style>
a { background-color: #6C17C2; }
a { background-color: rgb(108,23,194); }
div.DivClassName
{
background-color: #6C17C2;
}
.BgClassName
{
background-color: #6C17C2;
}
</style>
border-color css
<style>
span { border-color: #6C17C2; }
span { border-color: rgb(108,23,194); }
td.TdClassName
{
border-color: #6C17C2;
}
.TagClassName
{
border-color: #6C17C2;
}
</style>