Shades of Purple Heart #6925D8
Tints of Purple Heart #6925D8
RGB
CMYK
RGB Variations
Color information
#6925D8 (or 0x6925D8) is known color: Purple Heart. HEX triplet: 69, 25 and D8. RGB value is (105,37,216). Sum of RGB (Red+Green+Blue) = 105+37+216=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #6925D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6925D8 is #96DA27. Grayscale: #4D4D4D. Windows color (decimal): -9886248 or 14165353. OLE color: 14165353.
HSL color Cylindrical-coordinate representation of color #6925D8: hue angle of 262.79º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6925D8 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 37 | 216 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.15 |
| HSL | 262.79º | 0.71% | 0.5% | - |
| HSV(B) | 262.79º | 0.83% | 0.85% | - |
| XYZ | 18.88 | 9.28 | 65.76 | - |
| YUV | 77.74 | 206.03 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 216 | 0.51 | 0.83 | 0 | 0.15 | 262.79 | 0.71 | 0.5 |
| Hex | 69 | 25 | D8 | 33 | 53 | 0 | F | 107 | 47 | 32 |
| Octal | 151 | 45 | 330 | 63 | 123 | 0 | 17 | 407 | 107 | 62 |
| Binary | 1101001 | 100101 | 11011000 | 110011 | 1010011 | 0 | 1111 | 100000111 | 1000111 | 110010 |
Color Harmonies of #6925D8
Complementary color
Monochromatic Colors of #6925D8
Black with #6925D8
Text Example
Text Example
White with #6925D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6925D8; }
p { color: rgb(105,37,216); }
H1.HeaderClassName
{
color: #6925D8;
}
.AnyTagClassName
{
color: #6925D8;
}
</style>
background-color css
<style>
a { background-color: #6925D8; }
a { background-color: rgb(105,37,216); }
div.DivClassName
{
background-color: #6925D8;
}
.BgClassName
{
background-color: #6925D8;
}
</style>
border-color css
<style>
span { border-color: #6925D8; }
span { border-color: rgb(105,37,216); }
td.TdClassName
{
border-color: #6925D8;
}
.TagClassName
{
border-color: #6925D8;
}
</style>