Shades of Purple Heart #6B3BCD
Tints of Purple Heart #6B3BCD
RGB
CMYK
RGB Variations
Color information
#6B3BCD (or 0x6B3BCD) is known color: Purple Heart. HEX triplet: 6B, 3B and CD. RGB value is (107,59,205). Sum of RGB (Red+Green+Blue) = 107+59+205=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B3BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BCD is #94C432. Grayscale: #595959. Windows color (decimal): -9749555 or 13450091. OLE color: 13450091.
HSL color Cylindrical-coordinate representation of color #6B3BCD: hue angle of 259.73º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3BCD is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 59 | 205 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.20 |
| HSL | 259.73º | 0.59% | 0.52% | - |
| HSV(B) | 259.73º | 0.71% | 0.8% | - |
| XYZ | 18.65 | 10.66 | 58.83 | - |
| YUV | 90 | 192.9 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 205 | 0.48 | 0.71 | 0 | 0.20 | 259.73 | 0.59 | 0.52 |
| Hex | 6B | 3B | CD | 30 | 47 | 0 | 14 | 104 | 3B | 34 |
| Octal | 153 | 73 | 315 | 60 | 107 | 0 | 24 | 404 | 73 | 64 |
| Binary | 1101011 | 111011 | 11001101 | 110000 | 1000111 | 0 | 10100 | 100000100 | 111011 | 110100 |
Color Harmonies of #6B3BCD
Complementary color
Monochromatic Colors of #6B3BCD
Black with #6B3BCD
Text Example
Text Example
White with #6B3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3BCD; }
p { color: rgb(107,59,205); }
H1.HeaderClassName
{
color: #6B3BCD;
}
.AnyTagClassName
{
color: #6B3BCD;
}
</style>
background-color css
<style>
a { background-color: #6B3BCD; }
a { background-color: rgb(107,59,205); }
div.DivClassName
{
background-color: #6B3BCD;
}
.BgClassName
{
background-color: #6B3BCD;
}
</style>
border-color css
<style>
span { border-color: #6B3BCD; }
span { border-color: rgb(107,59,205); }
td.TdClassName
{
border-color: #6B3BCD;
}
.TagClassName
{
border-color: #6B3BCD;
}
</style>