Shades of Purple Heart #6F25CC
Tints of Purple Heart #6F25CC
RGB
CMYK
RGB Variations
Color information
#6F25CC (or 0x6F25CC) is known color: Purple Heart. HEX triplet: 6F, 25 and CC. RGB value is (111,37,204). Sum of RGB (Red+Green+Blue) = 111+37+204=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F25CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F25CC is #90DA33. Grayscale: #4D4D4D. Windows color (decimal): -9493044 or 13378927. OLE color: 13378927.
HSL color Cylindrical-coordinate representation of color #6F25CC: hue angle of 266.59º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F25CC is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 37 | 204 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.2 |
| HSL | 266.59º | 0.69% | 0.47% | - |
| HSV(B) | 266.59º | 0.82% | 0.8% | - |
| XYZ | 18.12 | 9.06 | 57.92 | - |
| YUV | 78.16 | 199.02 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 204 | 0.46 | 0.82 | 0 | 0.2 | 266.59 | 0.69 | 0.47 |
| Hex | 6F | 25 | CC | 2E | 52 | 0 | 14 | 10B | 45 | 2F |
| Octal | 157 | 45 | 314 | 56 | 122 | 0 | 24 | 413 | 105 | 57 |
| Binary | 1101111 | 100101 | 11001100 | 101110 | 1010010 | 0 | 10100 | 100001011 | 1000101 | 101111 |
Color Harmonies of #6F25CC
Complementary color
Monochromatic Colors of #6F25CC
Black with #6F25CC
Text Example
Text Example
White with #6F25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F25CC; }
p { color: rgb(111,37,204); }
H1.HeaderClassName
{
color: #6F25CC;
}
.AnyTagClassName
{
color: #6F25CC;
}
</style>
background-color css
<style>
a { background-color: #6F25CC; }
a { background-color: rgb(111,37,204); }
div.DivClassName
{
background-color: #6F25CC;
}
.BgClassName
{
background-color: #6F25CC;
}
</style>
border-color css
<style>
span { border-color: #6F25CC; }
span { border-color: rgb(111,37,204); }
td.TdClassName
{
border-color: #6F25CC;
}
.TagClassName
{
border-color: #6F25CC;
}
</style>