Shades of Purple Heart #6F25D9
Tints of Purple Heart #6F25D9
RGB
CMYK
RGB Variations
Color information
#6F25D9 (or 0x6F25D9) is known color: Purple Heart. HEX triplet: 6F, 25 and D9. RGB value is (111,37,217). Sum of RGB (Red+Green+Blue) = 111+37+217=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #6F25D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F25D9 is #90DA26. Grayscale: #4F4F4F. Windows color (decimal): -9493031 or 14230895. OLE color: 14230895.
HSL color Cylindrical-coordinate representation of color #6F25D9: hue angle of 264.67º 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 #6F25D9 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 37 | 217 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.15 |
| HSL | 264.67º | 0.71% | 0.5% | - |
| HSV(B) | 264.67º | 0.83% | 0.85% | - |
| XYZ | 19.74 | 9.71 | 66.48 | - |
| YUV | 79.65 | 205.52 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 217 | 0.49 | 0.83 | 0 | 0.15 | 264.67 | 0.71 | 0.5 |
| Hex | 6F | 25 | D9 | 31 | 53 | 0 | F | 109 | 47 | 32 |
| Octal | 157 | 45 | 331 | 61 | 123 | 0 | 17 | 411 | 107 | 62 |
| Binary | 1101111 | 100101 | 11011001 | 110001 | 1010011 | 0 | 1111 | 100001001 | 1000111 | 110010 |
Color Harmonies of #6F25D9
Complementary color
Monochromatic Colors of #6F25D9
Black with #6F25D9
Text Example
Text Example
White with #6F25D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F25D9; }
p { color: rgb(111,37,217); }
H1.HeaderClassName
{
color: #6F25D9;
}
.AnyTagClassName
{
color: #6F25D9;
}
</style>
background-color css
<style>
a { background-color: #6F25D9; }
a { background-color: rgb(111,37,217); }
div.DivClassName
{
background-color: #6F25D9;
}
.BgClassName
{
background-color: #6F25D9;
}
</style>
border-color css
<style>
span { border-color: #6F25D9; }
span { border-color: rgb(111,37,217); }
td.TdClassName
{
border-color: #6F25D9;
}
.TagClassName
{
border-color: #6F25D9;
}
</style>