Shades of Purple Heart #6C36CD
Tints of Purple Heart #6C36CD
RGB
CMYK
RGB Variations
Color information
#6C36CD (or 0x6C36CD) is known color: Purple Heart. HEX triplet: 6C, 36 and CD. RGB value is (108,54,205). Sum of RGB (Red+Green+Blue) = 108+54+205=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C36CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C36CD is #93C932. Grayscale: #565656. Windows color (decimal): -9685299 or 13448812. OLE color: 13448812.
HSL color Cylindrical-coordinate representation of color #6C36CD: hue angle of 261.46º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C36CD is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 54 | 205 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.20 |
| HSL | 261.46º | 0.6% | 0.51% | - |
| HSV(B) | 261.46º | 0.74% | 0.8% | - |
| XYZ | 18.52 | 10.23 | 58.76 | - |
| YUV | 87.36 | 194.39 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 205 | 0.47 | 0.74 | 0 | 0.20 | 261.46 | 0.6 | 0.51 |
| Hex | 6C | 36 | CD | 2F | 4A | 0 | 14 | 105 | 3C | 33 |
| Octal | 154 | 66 | 315 | 57 | 112 | 0 | 24 | 405 | 74 | 63 |
| Binary | 1101100 | 110110 | 11001101 | 101111 | 1001010 | 0 | 10100 | 100000101 | 111100 | 110011 |
Color Harmonies of #6C36CD
Complementary color
Monochromatic Colors of #6C36CD
Black with #6C36CD
Text Example
Text Example
White with #6C36CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C36CD; }
p { color: rgb(108,54,205); }
H1.HeaderClassName
{
color: #6C36CD;
}
.AnyTagClassName
{
color: #6C36CD;
}
</style>
background-color css
<style>
a { background-color: #6C36CD; }
a { background-color: rgb(108,54,205); }
div.DivClassName
{
background-color: #6C36CD;
}
.BgClassName
{
background-color: #6C36CD;
}
</style>
border-color css
<style>
span { border-color: #6C36CD; }
span { border-color: rgb(108,54,205); }
td.TdClassName
{
border-color: #6C36CD;
}
.TagClassName
{
border-color: #6C36CD;
}
</style>