Shades of Purple Heart #6B2ECA
Tints of Purple Heart #6B2ECA
RGB
CMYK
RGB Variations
Color information
#6B2ECA (or 0x6B2ECA) is known color: Purple Heart. HEX triplet: 6B, 2E and CA. RGB value is (107,46,202). Sum of RGB (Red+Green+Blue) = 107+46+202=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B2ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2ECA is #94D135. Grayscale: #515151. Windows color (decimal): -9752886 or 13250155. OLE color: 13250155.
HSL color Cylindrical-coordinate representation of color #6B2ECA: hue angle of 263.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B2ECA is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 46 | 202 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.21 |
| HSL | 263.46º | 0.63% | 0.49% | - |
| HSV(B) | 263.46º | 0.77% | 0.79% | - |
| XYZ | 17.7 | 9.34 | 56.75 | - |
| YUV | 82.02 | 195.71 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 202 | 0.47 | 0.77 | 0 | 0.21 | 263.46 | 0.63 | 0.49 |
| Hex | 6B | 2E | CA | 2F | 4D | 0 | 15 | 107 | 3F | 31 |
| Octal | 153 | 56 | 312 | 57 | 115 | 0 | 25 | 407 | 77 | 61 |
| Binary | 1101011 | 101110 | 11001010 | 101111 | 1001101 | 0 | 10101 | 100000111 | 111111 | 110001 |
Color Harmonies of #6B2ECA
Complementary color
Monochromatic Colors of #6B2ECA
Black with #6B2ECA
Text Example
Text Example
White with #6B2ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2ECA; }
p { color: rgb(107,46,202); }
H1.HeaderClassName
{
color: #6B2ECA;
}
.AnyTagClassName
{
color: #6B2ECA;
}
</style>
background-color css
<style>
a { background-color: #6B2ECA; }
a { background-color: rgb(107,46,202); }
div.DivClassName
{
background-color: #6B2ECA;
}
.BgClassName
{
background-color: #6B2ECA;
}
</style>
border-color css
<style>
span { border-color: #6B2ECA; }
span { border-color: rgb(107,46,202); }
td.TdClassName
{
border-color: #6B2ECA;
}
.TagClassName
{
border-color: #6B2ECA;
}
</style>