Shades of Purple Heart #6B2ECC
Tints of Purple Heart #6B2ECC
RGB
CMYK
RGB Variations
Color information
#6B2ECC (or 0x6B2ECC) is known color: Purple Heart. HEX triplet: 6B, 2E and CC. RGB value is (107,46,204). Sum of RGB (Red+Green+Blue) = 107+46+204=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B2ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2ECC is #94D133. Grayscale: #515151. Windows color (decimal): -9752884 or 13381227. OLE color: 13381227.
HSL color Cylindrical-coordinate representation of color #6B2ECC: hue angle of 263.16º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B2ECC is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 46 | 204 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.2 |
| HSL | 263.16º | 0.63% | 0.49% | - |
| HSV(B) | 263.16º | 0.77% | 0.8% | - |
| XYZ | 17.94 | 9.44 | 58 | - |
| YUV | 82.25 | 196.71 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 204 | 0.48 | 0.77 | 0 | 0.2 | 263.16 | 0.63 | 0.49 |
| Hex | 6B | 2E | CC | 30 | 4D | 0 | 14 | 107 | 3F | 31 |
| Octal | 153 | 56 | 314 | 60 | 115 | 0 | 24 | 407 | 77 | 61 |
| Binary | 1101011 | 101110 | 11001100 | 110000 | 1001101 | 0 | 10100 | 100000111 | 111111 | 110001 |
Color Harmonies of #6B2ECC
Complementary color
Monochromatic Colors of #6B2ECC
Black with #6B2ECC
Text Example
Text Example
White with #6B2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2ECC; }
p { color: rgb(107,46,204); }
H1.HeaderClassName
{
color: #6B2ECC;
}
.AnyTagClassName
{
color: #6B2ECC;
}
</style>
background-color css
<style>
a { background-color: #6B2ECC; }
a { background-color: rgb(107,46,204); }
div.DivClassName
{
background-color: #6B2ECC;
}
.BgClassName
{
background-color: #6B2ECC;
}
</style>
border-color css
<style>
span { border-color: #6B2ECC; }
span { border-color: rgb(107,46,204); }
td.TdClassName
{
border-color: #6B2ECC;
}
.TagClassName
{
border-color: #6B2ECC;
}
</style>