Shades of Purple Heart #6A25DD
Tints of Purple Heart #6A25DD
RGB
CMYK
RGB Variations
Color information
#6A25DD (or 0x6A25DD) is known color: Purple Heart. HEX triplet: 6A, 25 and DD. RGB value is (106,37,221). Sum of RGB (Red+Green+Blue) = 106+37+221=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A25DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A25DD is #95DA22. Grayscale: #4D4D4D. Windows color (decimal): -9820707 or 14493034. OLE color: 14493034.
HSL color Cylindrical-coordinate representation of color #6A25DD: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A25DD is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 37 | 221 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.13 |
| HSL | 262.5º | 0.73% | 0.51% | - |
| HSV(B) | 262.5º | 0.83% | 0.87% | - |
| XYZ | 19.66 | 9.61 | 69.23 | - |
| YUV | 78.61 | 208.36 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 221 | 0.52 | 0.83 | 0 | 0.13 | 262.5 | 0.73 | 0.51 |
| Hex | 6A | 25 | DD | 34 | 53 | 0 | D | 106 | 49 | 33 |
| Octal | 152 | 45 | 335 | 64 | 123 | 0 | 15 | 406 | 111 | 63 |
| Binary | 1101010 | 100101 | 11011101 | 110100 | 1010011 | 0 | 1101 | 100000110 | 1001001 | 110011 |
Color Harmonies of #6A25DD
Complementary color
Monochromatic Colors of #6A25DD
Black with #6A25DD
Text Example
Text Example
White with #6A25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A25DD; }
p { color: rgb(106,37,221); }
H1.HeaderClassName
{
color: #6A25DD;
}
.AnyTagClassName
{
color: #6A25DD;
}
</style>
background-color css
<style>
a { background-color: #6A25DD; }
a { background-color: rgb(106,37,221); }
div.DivClassName
{
background-color: #6A25DD;
}
.BgClassName
{
background-color: #6A25DD;
}
</style>
border-color css
<style>
span { border-color: #6A25DD; }
span { border-color: rgb(106,37,221); }
td.TdClassName
{
border-color: #6A25DD;
}
.TagClassName
{
border-color: #6A25DD;
}
</style>