Shades of Purple Heart #6C39CB
Tints of Purple Heart #6C39CB
RGB
CMYK
RGB Variations
Color information
#6C39CB (or 0x6C39CB) is known color: Purple Heart. HEX triplet: 6C, 39 and CB. RGB value is (108,57,203). Sum of RGB (Red+Green+Blue) = 108+57+203=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C39CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C39CB is #93C634. Grayscale: #585858. Windows color (decimal): -9684533 or 13318508. OLE color: 13318508.
HSL color Cylindrical-coordinate representation of color #6C39CB: hue angle of 260.96º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C39CB is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 57 | 203 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.20 |
| HSL | 260.96º | 0.58% | 0.51% | - |
| HSV(B) | 260.96º | 0.72% | 0.8% | - |
| XYZ | 18.43 | 10.43 | 57.54 | - |
| YUV | 88.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 57 | 203 | 0.47 | 0.72 | 0 | 0.20 | 260.96 | 0.58 | 0.51 |
| Hex | 6C | 39 | CB | 2F | 48 | 0 | 14 | 105 | 3A | 33 |
| Octal | 154 | 71 | 313 | 57 | 110 | 0 | 24 | 405 | 72 | 63 |
| Binary | 1101100 | 111001 | 11001011 | 101111 | 1001000 | 0 | 10100 | 100000101 | 111010 | 110011 |
Color Harmonies of #6C39CB
Complementary color
Monochromatic Colors of #6C39CB
Black with #6C39CB
Text Example
Text Example
White with #6C39CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C39CB; }
p { color: rgb(108,57,203); }
H1.HeaderClassName
{
color: #6C39CB;
}
.AnyTagClassName
{
color: #6C39CB;
}
</style>
background-color css
<style>
a { background-color: #6C39CB; }
a { background-color: rgb(108,57,203); }
div.DivClassName
{
background-color: #6C39CB;
}
.BgClassName
{
background-color: #6C39CB;
}
</style>
border-color css
<style>
span { border-color: #6C39CB; }
span { border-color: rgb(108,57,203); }
td.TdClassName
{
border-color: #6C39CB;
}
.TagClassName
{
border-color: #6C39CB;
}
</style>