Shades of Purple Heart #6A2ECF
Tints of Purple Heart #6A2ECF
RGB
CMYK
RGB Variations
Color information
#6A2ECF (or 0x6A2ECF) is known color: Purple Heart. HEX triplet: 6A, 2E and CF. RGB value is (106,46,207). Sum of RGB (Red+Green+Blue) = 106+46+207=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A2ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2ECF is #95D130. Grayscale: #515151. Windows color (decimal): -9818417 or 13577834. OLE color: 13577834.
HSL color Cylindrical-coordinate representation of color #6A2ECF: hue angle of 262.36º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A2ECF is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 46 | 207 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.19 |
| HSL | 262.36º | 0.64% | 0.5% | - |
| HSV(B) | 262.36º | 0.78% | 0.81% | - |
| XYZ | 18.18 | 9.52 | 59.91 | - |
| YUV | 82.29 | 198.38 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 207 | 0.49 | 0.78 | 0 | 0.19 | 262.36 | 0.64 | 0.5 |
| Hex | 6A | 2E | CF | 31 | 4E | 0 | 13 | 106 | 40 | 32 |
| Octal | 152 | 56 | 317 | 61 | 116 | 0 | 23 | 406 | 100 | 62 |
| Binary | 1101010 | 101110 | 11001111 | 110001 | 1001110 | 0 | 10011 | 100000110 | 1000000 | 110010 |
Color Harmonies of #6A2ECF
Complementary color
Monochromatic Colors of #6A2ECF
Black with #6A2ECF
Text Example
Text Example
White with #6A2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2ECF; }
p { color: rgb(106,46,207); }
H1.HeaderClassName
{
color: #6A2ECF;
}
.AnyTagClassName
{
color: #6A2ECF;
}
</style>
background-color css
<style>
a { background-color: #6A2ECF; }
a { background-color: rgb(106,46,207); }
div.DivClassName
{
background-color: #6A2ECF;
}
.BgClassName
{
background-color: #6A2ECF;
}
</style>
border-color css
<style>
span { border-color: #6A2ECF; }
span { border-color: rgb(106,46,207); }
td.TdClassName
{
border-color: #6A2ECF;
}
.TagClassName
{
border-color: #6A2ECF;
}
</style>