Shades of Purple Heart #6A40CE
Tints of Purple Heart #6A40CE
RGB
CMYK
RGB Variations
Color information
#6A40CE (or 0x6A40CE) is known color: Purple Heart. HEX triplet: 6A, 40 and CE. RGB value is (106,64,206). Sum of RGB (Red+Green+Blue) = 106+64+206=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A40CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A40CE is #95BF31. Grayscale: #5C5C5C. Windows color (decimal): -9813810 or 13516906. OLE color: 13516906.
HSL color Cylindrical-coordinate representation of color #6A40CE: hue angle of 257.75º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A40CE is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 64 | 206 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.19 |
| HSL | 257.75º | 0.59% | 0.53% | - |
| HSV(B) | 257.75º | 0.69% | 0.81% | - |
| XYZ | 18.92 | 11.19 | 59.55 | - |
| YUV | 92.75 | 191.91 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 206 | 0.49 | 0.69 | 0 | 0.19 | 257.75 | 0.59 | 0.53 |
| Hex | 6A | 40 | CE | 31 | 45 | 0 | 13 | 102 | 3B | 35 |
| Octal | 152 | 100 | 316 | 61 | 105 | 0 | 23 | 402 | 73 | 65 |
| Binary | 1101010 | 1000000 | 11001110 | 110001 | 1000101 | 0 | 10011 | 100000010 | 111011 | 110101 |
Color Harmonies of #6A40CE
Complementary color
Monochromatic Colors of #6A40CE
Black with #6A40CE
Text Example
Text Example
White with #6A40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A40CE; }
p { color: rgb(106,64,206); }
H1.HeaderClassName
{
color: #6A40CE;
}
.AnyTagClassName
{
color: #6A40CE;
}
</style>
background-color css
<style>
a { background-color: #6A40CE; }
a { background-color: rgb(106,64,206); }
div.DivClassName
{
background-color: #6A40CE;
}
.BgClassName
{
background-color: #6A40CE;
}
</style>
border-color css
<style>
span { border-color: #6A40CE; }
span { border-color: rgb(106,64,206); }
td.TdClassName
{
border-color: #6A40CE;
}
.TagClassName
{
border-color: #6A40CE;
}
</style>