Shades of Purple Heart #6A3DDD
Tints of Purple Heart #6A3DDD
RGB
CMYK
RGB Variations
Color information
#6A3DDD (or 0x6A3DDD) is known color: Purple Heart. HEX triplet: 6A, 3D and DD. RGB value is (106,61,221). Sum of RGB (Red+Green+Blue) = 106+61+221=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A3DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3DDD is #95C222. Grayscale: #5C5C5C. Windows color (decimal): -9814563 or 14499178. OLE color: 14499178.
HSL color Cylindrical-coordinate representation of color #6A3DDD: hue angle of 256.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A3DDD is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 61 | 221 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.13 |
| HSL | 256.88º | 0.7% | 0.55% | - |
| HSV(B) | 256.88º | 0.72% | 0.87% | - |
| XYZ | 20.66 | 11.62 | 69.56 | - |
| YUV | 92.7 | 200.41 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 61 | 221 | 0.52 | 0.72 | 0 | 0.13 | 256.88 | 0.7 | 0.55 |
| Hex | 6A | 3D | DD | 34 | 48 | 0 | D | 101 | 46 | 37 |
| Octal | 152 | 75 | 335 | 64 | 110 | 0 | 15 | 401 | 106 | 67 |
| Binary | 1101010 | 111101 | 11011101 | 110100 | 1001000 | 0 | 1101 | 100000001 | 1000110 | 110111 |
Color Harmonies of #6A3DDD
Complementary color
Monochromatic Colors of #6A3DDD
Black with #6A3DDD
Text Example
Text Example
White with #6A3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3DDD; }
p { color: rgb(106,61,221); }
H1.HeaderClassName
{
color: #6A3DDD;
}
.AnyTagClassName
{
color: #6A3DDD;
}
</style>
background-color css
<style>
a { background-color: #6A3DDD; }
a { background-color: rgb(106,61,221); }
div.DivClassName
{
background-color: #6A3DDD;
}
.BgClassName
{
background-color: #6A3DDD;
}
</style>
border-color css
<style>
span { border-color: #6A3DDD; }
span { border-color: rgb(106,61,221); }
td.TdClassName
{
border-color: #6A3DDD;
}
.TagClassName
{
border-color: #6A3DDD;
}
</style>