Shades of Purple Heart #6C3DBB
Tints of Purple Heart #6C3DBB
RGB
CMYK
RGB Variations
Color information
#6C3DBB (or 0x6C3DBB) is known color: Purple Heart. HEX triplet: 6C, 3D and BB. RGB value is (108,61,187). Sum of RGB (Red+Green+Blue) = 108+61+187=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C3DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3DBB is #93C244. Grayscale: #585858. Windows color (decimal): -9683525 or 12270956. OLE color: 12270956.
HSL color Cylindrical-coordinate representation of color #6C3DBB: hue angle of 262.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C3DBB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 61 | 187 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.27 |
| HSL | 262.38º | 0.51% | 0.49% | - |
| HSV(B) | 262.38º | 0.67% | 0.73% | - |
| XYZ | 16.82 | 10.11 | 48.08 | - |
| YUV | 89.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 61 | 187 | 0.42 | 0.67 | 0 | 0.27 | 262.38 | 0.51 | 0.49 |
| Hex | 6C | 3D | BB | 2A | 43 | 0 | 1B | 106 | 33 | 31 |
| Octal | 154 | 75 | 273 | 52 | 103 | 0 | 33 | 406 | 63 | 61 |
| Binary | 1101100 | 111101 | 10111011 | 101010 | 1000011 | 0 | 11011 | 100000110 | 110011 | 110001 |
Color Harmonies of #6C3DBB
Complementary color
Monochromatic Colors of #6C3DBB
Black with #6C3DBB
Text Example
Text Example
White with #6C3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3DBB; }
p { color: rgb(108,61,187); }
H1.HeaderClassName
{
color: #6C3DBB;
}
.AnyTagClassName
{
color: #6C3DBB;
}
</style>
background-color css
<style>
a { background-color: #6C3DBB; }
a { background-color: rgb(108,61,187); }
div.DivClassName
{
background-color: #6C3DBB;
}
.BgClassName
{
background-color: #6C3DBB;
}
</style>
border-color css
<style>
span { border-color: #6C3DBB; }
span { border-color: rgb(108,61,187); }
td.TdClassName
{
border-color: #6C3DBB;
}
.TagClassName
{
border-color: #6C3DBB;
}
</style>