Shades of Purple Heart #6A3CD2
Tints of Purple Heart #6A3CD2
RGB
CMYK
RGB Variations
Color information
#6A3CD2 (or 0x6A3CD2) is known color: Purple Heart. HEX triplet: 6A, 3C and D2. RGB value is (106,60,210). Sum of RGB (Red+Green+Blue) = 106+60+210=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 210 (82.42% from 255 or 55.85% from 376); Max value from RGB is 210 - color contains mainly: blue. Hex color #6A3CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3CD2 is #95C32D. Grayscale: #5A5A5A. Windows color (decimal): -9814830 or 13778026. OLE color: 13778026.
HSL color Cylindrical-coordinate representation of color #6A3CD2: hue angle of 258.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A3CD2 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 60 | 210 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.18 |
| HSL | 258.4º | 0.63% | 0.53% | - |
| HSV(B) | 258.4º | 0.71% | 0.82% | - |
| XYZ | 19.19 | 10.95 | 62.07 | - |
| YUV | 90.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 210 | 0.50 | 0.71 | 0 | 0.18 | 258.4 | 0.63 | 0.53 |
| Hex | 6A | 3C | D2 | 32 | 47 | 0 | 12 | 102 | 3E | 35 |
| Octal | 152 | 74 | 322 | 62 | 107 | 0 | 22 | 402 | 76 | 65 |
| Binary | 1101010 | 111100 | 11010010 | 110010 | 1000111 | 0 | 10010 | 100000010 | 111110 | 110101 |
Color Harmonies of #6A3CD2
Complementary color
Monochromatic Colors of #6A3CD2
Black with #6A3CD2
Text Example
Text Example
White with #6A3CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3CD2; }
p { color: rgb(106,60,210); }
H1.HeaderClassName
{
color: #6A3CD2;
}
.AnyTagClassName
{
color: #6A3CD2;
}
</style>
background-color css
<style>
a { background-color: #6A3CD2; }
a { background-color: rgb(106,60,210); }
div.DivClassName
{
background-color: #6A3CD2;
}
.BgClassName
{
background-color: #6A3CD2;
}
</style>
border-color css
<style>
span { border-color: #6A3CD2; }
span { border-color: rgb(106,60,210); }
td.TdClassName
{
border-color: #6A3CD2;
}
.TagClassName
{
border-color: #6A3CD2;
}
</style>