Shades of Purple Heart #6C3BDD
Tints of Purple Heart #6C3BDD
RGB
CMYK
RGB Variations
Color information
#6C3BDD (or 0x6C3BDD) is known color: Purple Heart. HEX triplet: 6C, 3B and DD. RGB value is (108,59,221). Sum of RGB (Red+Green+Blue) = 108+59+221=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C3BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3BDD is #93C422. Grayscale: #5B5B5B. Windows color (decimal): -9684003 or 14498668. OLE color: 14498668.
HSL color Cylindrical-coordinate representation of color #6C3BDD: hue angle of 258.15º degrees, saturation: 0.7, 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 #6C3BDD is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 59 | 221 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.13 |
| HSL | 258.15º | 0.7% | 0.55% | - |
| HSV(B) | 258.15º | 0.73% | 0.87% | - |
| XYZ | 20.8 | 11.54 | 69.54 | - |
| YUV | 92.12 | 200.73 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 59 | 221 | 0.51 | 0.73 | 0 | 0.13 | 258.15 | 0.7 | 0.55 |
| Hex | 6C | 3B | DD | 33 | 49 | 0 | D | 102 | 46 | 37 |
| Octal | 154 | 73 | 335 | 63 | 111 | 0 | 15 | 402 | 106 | 67 |
| Binary | 1101100 | 111011 | 11011101 | 110011 | 1001001 | 0 | 1101 | 100000010 | 1000110 | 110111 |
Color Harmonies of #6C3BDD
Complementary color
Monochromatic Colors of #6C3BDD
Black with #6C3BDD
Text Example
Text Example
White with #6C3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3BDD; }
p { color: rgb(108,59,221); }
H1.HeaderClassName
{
color: #6C3BDD;
}
.AnyTagClassName
{
color: #6C3BDD;
}
</style>
background-color css
<style>
a { background-color: #6C3BDD; }
a { background-color: rgb(108,59,221); }
div.DivClassName
{
background-color: #6C3BDD;
}
.BgClassName
{
background-color: #6C3BDD;
}
</style>
border-color css
<style>
span { border-color: #6C3BDD; }
span { border-color: rgb(108,59,221); }
td.TdClassName
{
border-color: #6C3BDD;
}
.TagClassName
{
border-color: #6C3BDD;
}
</style>