Shades of Purple Heart #6C17A5
Tints of Purple Heart #6C17A5
RGB
CMYK
RGB Variations
Color information
#6C17A5 (or 0x6C17A5) is known color: Purple Heart. HEX triplet: 6C, 17 and A5. RGB value is (108,23,165). Sum of RGB (Red+Green+Blue) = 108+23+165=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 165 (64.84% from 255 or 55.74% from 296); Max value from RGB is 165 - color contains mainly: blue. Hex color #6C17A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C17A5 is #93E85A. Grayscale: #404040. Windows color (decimal): -9693275 or 10819436. OLE color: 10819436.
HSL color Cylindrical-coordinate representation of color #6C17A5: hue angle of 275.92º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C17A5 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 23 | 165 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.35 |
| HSL | 275.92º | 0.76% | 0.37% | - |
| HSV(B) | 275.92º | 0.86% | 0.65% | - |
| XYZ | 13.28 | 6.52 | 36.16 | - |
| YUV | 64.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 23 | 165 | 0.35 | 0.86 | 0 | 0.35 | 275.92 | 0.76 | 0.37 |
| Hex | 6C | 17 | A5 | 23 | 56 | 0 | 23 | 114 | 4C | 25 |
| Octal | 154 | 27 | 245 | 43 | 126 | 0 | 43 | 424 | 114 | 45 |
| Binary | 1101100 | 10111 | 10100101 | 100011 | 1010110 | 0 | 100011 | 100010100 | 1001100 | 100101 |
Color Harmonies of #6C17A5
Complementary color
Monochromatic Colors of #6C17A5
Black with #6C17A5
Text Example
Text Example
White with #6C17A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C17A5; }
p { color: rgb(108,23,165); }
H1.HeaderClassName
{
color: #6C17A5;
}
.AnyTagClassName
{
color: #6C17A5;
}
</style>
background-color css
<style>
a { background-color: #6C17A5; }
a { background-color: rgb(108,23,165); }
div.DivClassName
{
background-color: #6C17A5;
}
.BgClassName
{
background-color: #6C17A5;
}
</style>
border-color css
<style>
span { border-color: #6C17A5; }
span { border-color: rgb(108,23,165); }
td.TdClassName
{
border-color: #6C17A5;
}
.TagClassName
{
border-color: #6C17A5;
}
</style>