Shades of Purple Heart #6A3CDE
Tints of Purple Heart #6A3CDE
RGB
CMYK
RGB Variations
Color information
#6A3CDE (or 0x6A3CDE) is known color: Purple Heart. HEX triplet: 6A, 3C and DE. RGB value is (106,60,222). Sum of RGB (Red+Green+Blue) = 106+60+222=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A3CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3CDE is #95C321. Grayscale: #5B5B5B. Windows color (decimal): -9814818 or 14564458. OLE color: 14564458.
HSL color Cylindrical-coordinate representation of color #6A3CDE: hue angle of 257.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A3CDE is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 60 | 222 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.13 |
| HSL | 257.04º | 0.71% | 0.55% | - |
| HSV(B) | 257.04º | 0.73% | 0.87% | - |
| XYZ | 20.74 | 11.57 | 70.25 | - |
| YUV | 92.22 | 201.24 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 222 | 0.52 | 0.73 | 0 | 0.13 | 257.04 | 0.71 | 0.55 |
| Hex | 6A | 3C | DE | 34 | 49 | 0 | D | 101 | 47 | 37 |
| Octal | 152 | 74 | 336 | 64 | 111 | 0 | 15 | 401 | 107 | 67 |
| Binary | 1101010 | 111100 | 11011110 | 110100 | 1001001 | 0 | 1101 | 100000001 | 1000111 | 110111 |
Color Harmonies of #6A3CDE
Complementary color
Monochromatic Colors of #6A3CDE
Black with #6A3CDE
Text Example
Text Example
White with #6A3CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3CDE; }
p { color: rgb(106,60,222); }
H1.HeaderClassName
{
color: #6A3CDE;
}
.AnyTagClassName
{
color: #6A3CDE;
}
</style>
background-color css
<style>
a { background-color: #6A3CDE; }
a { background-color: rgb(106,60,222); }
div.DivClassName
{
background-color: #6A3CDE;
}
.BgClassName
{
background-color: #6A3CDE;
}
</style>
border-color css
<style>
span { border-color: #6A3CDE; }
span { border-color: rgb(106,60,222); }
td.TdClassName
{
border-color: #6A3CDE;
}
.TagClassName
{
border-color: #6A3CDE;
}
</style>