Shades of Purple Heart #6F32CD
Tints of Purple Heart #6F32CD
RGB
CMYK
RGB Variations
Color information
#6F32CD (or 0x6F32CD) is known color: Purple Heart. HEX triplet: 6F, 32 and CD. RGB value is (111,50,205). Sum of RGB (Red+Green+Blue) = 111+50+205=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F32CD is #90CD32. Grayscale: #555555. Windows color (decimal): -9489715 or 13447791. OLE color: 13447791.
HSL color Cylindrical-coordinate representation of color #6F32CD: hue angle of 263.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F32CD is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 50 | 205 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.20 |
| HSL | 263.61º | 0.61% | 0.5% | - |
| HSV(B) | 263.61º | 0.76% | 0.8% | - |
| XYZ | 18.72 | 10.07 | 58.71 | - |
| YUV | 85.91 | 195.21 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 205 | 0.46 | 0.76 | 0 | 0.20 | 263.61 | 0.61 | 0.5 |
| Hex | 6F | 32 | CD | 2E | 4C | 0 | 14 | 108 | 3D | 32 |
| Octal | 157 | 62 | 315 | 56 | 114 | 0 | 24 | 410 | 75 | 62 |
| Binary | 1101111 | 110010 | 11001101 | 101110 | 1001100 | 0 | 10100 | 100001000 | 111101 | 110010 |
Color Harmonies of #6F32CD
Complementary color
Monochromatic Colors of #6F32CD
Black with #6F32CD
Text Example
Text Example
White with #6F32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F32CD; }
p { color: rgb(111,50,205); }
H1.HeaderClassName
{
color: #6F32CD;
}
.AnyTagClassName
{
color: #6F32CD;
}
</style>
background-color css
<style>
a { background-color: #6F32CD; }
a { background-color: rgb(111,50,205); }
div.DivClassName
{
background-color: #6F32CD;
}
.BgClassName
{
background-color: #6F32CD;
}
</style>
border-color css
<style>
span { border-color: #6F32CD; }
span { border-color: rgb(111,50,205); }
td.TdClassName
{
border-color: #6F32CD;
}
.TagClassName
{
border-color: #6F32CD;
}
</style>