Shades of Purple Heart #6D17CB
Tints of Purple Heart #6D17CB
RGB
CMYK
RGB Variations
Color information
#6D17CB (or 0x6D17CB) is known color: Purple Heart. HEX triplet: 6D, 17 and CB. RGB value is (109,23,203). Sum of RGB (Red+Green+Blue) = 109+23+203=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D17CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D17CB is #92E834. Grayscale: #444444. Windows color (decimal): -9627701 or 13309805. OLE color: 13309805.
HSL color Cylindrical-coordinate representation of color #6D17CB: hue angle of 268.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D17CB is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 23 | 203 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.20 |
| HSL | 268.67º | 0.8% | 0.44% | - |
| HSV(B) | 268.67º | 0.89% | 0.8% | - |
| XYZ | 17.39 | 8.18 | 57.16 | - |
| YUV | 69.23 | 203.49 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 203 | 0.46 | 0.89 | 0 | 0.20 | 268.67 | 0.8 | 0.44 |
| Hex | 6D | 17 | CB | 2E | 59 | 0 | 14 | 10D | 50 | 2C |
| Octal | 155 | 27 | 313 | 56 | 131 | 0 | 24 | 415 | 120 | 54 |
| Binary | 1101101 | 10111 | 11001011 | 101110 | 1011001 | 0 | 10100 | 100001101 | 1010000 | 101100 |
Color Harmonies of #6D17CB
Complementary color
Monochromatic Colors of #6D17CB
Black with #6D17CB
Text Example
Text Example
White with #6D17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D17CB; }
p { color: rgb(109,23,203); }
H1.HeaderClassName
{
color: #6D17CB;
}
.AnyTagClassName
{
color: #6D17CB;
}
</style>
background-color css
<style>
a { background-color: #6D17CB; }
a { background-color: rgb(109,23,203); }
div.DivClassName
{
background-color: #6D17CB;
}
.BgClassName
{
background-color: #6D17CB;
}
</style>
border-color css
<style>
span { border-color: #6D17CB; }
span { border-color: rgb(109,23,203); }
td.TdClassName
{
border-color: #6D17CB;
}
.TagClassName
{
border-color: #6D17CB;
}
</style>