Shades of Purple Heart #6C2CD0
Tints of Purple Heart #6C2CD0
RGB
CMYK
RGB Variations
Color information
#6C2CD0 (or 0x6C2CD0) is known color: Purple Heart. HEX triplet: 6C, 2C and D0. RGB value is (108,44,208). Sum of RGB (Red+Green+Blue) = 108+44+208=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #6C2CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2CD0 is #93D32F. Grayscale: #515151. Windows color (decimal): -9687856 or 13642860. OLE color: 13642860.
HSL color Cylindrical-coordinate representation of color #6C2CD0: hue angle of 263.41º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2CD0 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 44 | 208 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.18 |
| HSL | 263.41º | 0.65% | 0.49% | - |
| HSV(B) | 263.41º | 0.79% | 0.82% | - |
| XYZ | 18.47 | 9.54 | 60.54 | - |
| YUV | 81.83 | 199.2 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 208 | 0.48 | 0.79 | 0 | 0.18 | 263.41 | 0.65 | 0.49 |
| Hex | 6C | 2C | D0 | 30 | 4F | 0 | 12 | 107 | 41 | 31 |
| Octal | 154 | 54 | 320 | 60 | 117 | 0 | 22 | 407 | 101 | 61 |
| Binary | 1101100 | 101100 | 11010000 | 110000 | 1001111 | 0 | 10010 | 100000111 | 1000001 | 110001 |
Color Harmonies of #6C2CD0
Complementary color
Monochromatic Colors of #6C2CD0
Black with #6C2CD0
Text Example
Text Example
White with #6C2CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2CD0; }
p { color: rgb(108,44,208); }
H1.HeaderClassName
{
color: #6C2CD0;
}
.AnyTagClassName
{
color: #6C2CD0;
}
</style>
background-color css
<style>
a { background-color: #6C2CD0; }
a { background-color: rgb(108,44,208); }
div.DivClassName
{
background-color: #6C2CD0;
}
.BgClassName
{
background-color: #6C2CD0;
}
</style>
border-color css
<style>
span { border-color: #6C2CD0; }
span { border-color: rgb(108,44,208); }
td.TdClassName
{
border-color: #6C2CD0;
}
.TagClassName
{
border-color: #6C2CD0;
}
</style>