Shades of Purple Heart #6B1ECD
Tints of Purple Heart #6B1ECD
RGB
CMYK
RGB Variations
Color information
#6B1ECD (or 0x6B1ECD) is known color: Purple Heart. HEX triplet: 6B, 1E and CD. RGB value is (107,30,205). Sum of RGB (Red+Green+Blue) = 107+30+205=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B1ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1ECD is #94E132. Grayscale: #484848. Windows color (decimal): -9756979 or 13442667. OLE color: 13442667.
HSL color Cylindrical-coordinate representation of color #6B1ECD: hue angle of 266.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1ECD is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 30 | 205 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.20 |
| HSL | 266.4º | 0.74% | 0.46% | - |
| HSV(B) | 266.4º | 0.85% | 0.8% | - |
| XYZ | 17.55 | 8.46 | 58.47 | - |
| YUV | 72.97 | 202.51 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 205 | 0.48 | 0.85 | 0 | 0.20 | 266.4 | 0.74 | 0.46 |
| Hex | 6B | 1E | CD | 30 | 55 | 0 | 14 | 10A | 4A | 2E |
| Octal | 153 | 36 | 315 | 60 | 125 | 0 | 24 | 412 | 112 | 56 |
| Binary | 1101011 | 11110 | 11001101 | 110000 | 1010101 | 0 | 10100 | 100001010 | 1001010 | 101110 |
Color Harmonies of #6B1ECD
Complementary color
Monochromatic Colors of #6B1ECD
Black with #6B1ECD
Text Example
Text Example
White with #6B1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1ECD; }
p { color: rgb(107,30,205); }
H1.HeaderClassName
{
color: #6B1ECD;
}
.AnyTagClassName
{
color: #6B1ECD;
}
</style>
background-color css
<style>
a { background-color: #6B1ECD; }
a { background-color: rgb(107,30,205); }
div.DivClassName
{
background-color: #6B1ECD;
}
.BgClassName
{
background-color: #6B1ECD;
}
</style>
border-color css
<style>
span { border-color: #6B1ECD; }
span { border-color: rgb(107,30,205); }
td.TdClassName
{
border-color: #6B1ECD;
}
.TagClassName
{
border-color: #6B1ECD;
}
</style>