Shades of Purple Heart #6C3DDE
Tints of Purple Heart #6C3DDE
RGB
CMYK
RGB Variations
Color information
#6C3DDE (or 0x6C3DDE) is known color: Purple Heart. HEX triplet: 6C, 3D and DE. RGB value is (108,61,222). Sum of RGB (Red+Green+Blue) = 108+61+222=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C3DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3DDE is #93C221. Grayscale: #5C5C5C. Windows color (decimal): -9683490 or 14564716. OLE color: 14564716.
HSL color Cylindrical-coordinate representation of color #6C3DDE: hue angle of 257.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C3DDE is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 61 | 222 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.13 |
| HSL | 257.52º | 0.71% | 0.55% | - |
| HSV(B) | 257.52º | 0.73% | 0.87% | - |
| XYZ | 21.04 | 11.8 | 70.28 | - |
| YUV | 93.41 | 200.57 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 61 | 222 | 0.51 | 0.73 | 0 | 0.13 | 257.52 | 0.71 | 0.55 |
| Hex | 6C | 3D | DE | 33 | 49 | 0 | D | 102 | 47 | 37 |
| Octal | 154 | 75 | 336 | 63 | 111 | 0 | 15 | 402 | 107 | 67 |
| Binary | 1101100 | 111101 | 11011110 | 110011 | 1001001 | 0 | 1101 | 100000010 | 1000111 | 110111 |
Color Harmonies of #6C3DDE
Complementary color
Monochromatic Colors of #6C3DDE
Black with #6C3DDE
Text Example
Text Example
White with #6C3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3DDE; }
p { color: rgb(108,61,222); }
H1.HeaderClassName
{
color: #6C3DDE;
}
.AnyTagClassName
{
color: #6C3DDE;
}
</style>
background-color css
<style>
a { background-color: #6C3DDE; }
a { background-color: rgb(108,61,222); }
div.DivClassName
{
background-color: #6C3DDE;
}
.BgClassName
{
background-color: #6C3DDE;
}
</style>
border-color css
<style>
span { border-color: #6C3DDE; }
span { border-color: rgb(108,61,222); }
td.TdClassName
{
border-color: #6C3DDE;
}
.TagClassName
{
border-color: #6C3DDE;
}
</style>