Shades of Purple Heart #6F25AF
Tints of Purple Heart #6F25AF
RGB
CMYK
RGB Variations
Color information
#6F25AF (or 0x6F25AF) is known color: Purple Heart. HEX triplet: 6F, 25 and AF. RGB value is (111,37,175). Sum of RGB (Red+Green+Blue) = 111+37+175=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F25AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F25AF is #90DA50. Grayscale: #4A4A4A. Windows color (decimal): -9493073 or 11478383. OLE color: 11478383.
HSL color Cylindrical-coordinate representation of color #6F25AF: hue angle of 272.17º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F25AF is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 37 | 175 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.31 |
| HSL | 272.17º | 0.65% | 0.42% | - |
| HSV(B) | 272.17º | 0.79% | 0.69% | - |
| XYZ | 14.95 | 7.8 | 41.27 | - |
| YUV | 74.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 175 | 0.37 | 0.79 | 0 | 0.31 | 272.17 | 0.65 | 0.42 |
| Hex | 6F | 25 | AF | 25 | 4F | 0 | 1F | 110 | 41 | 2A |
| Octal | 157 | 45 | 257 | 45 | 117 | 0 | 37 | 420 | 101 | 52 |
| Binary | 1101111 | 100101 | 10101111 | 100101 | 1001111 | 0 | 11111 | 100010000 | 1000001 | 101010 |
Color Harmonies of #6F25AF
Complementary color
Monochromatic Colors of #6F25AF
Black with #6F25AF
Text Example
Text Example
White with #6F25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F25AF; }
p { color: rgb(111,37,175); }
H1.HeaderClassName
{
color: #6F25AF;
}
.AnyTagClassName
{
color: #6F25AF;
}
</style>
background-color css
<style>
a { background-color: #6F25AF; }
a { background-color: rgb(111,37,175); }
div.DivClassName
{
background-color: #6F25AF;
}
.BgClassName
{
background-color: #6F25AF;
}
</style>
border-color css
<style>
span { border-color: #6F25AF; }
span { border-color: rgb(111,37,175); }
td.TdClassName
{
border-color: #6F25AF;
}
.TagClassName
{
border-color: #6F25AF;
}
</style>