Shades of Purple Heart #6F32C8
Tints of Purple Heart #6F32C8
RGB
CMYK
RGB Variations
Color information
#6F32C8 (or 0x6F32C8) is known color: Purple Heart. HEX triplet: 6F, 32 and C8. RGB value is (111,50,200). Sum of RGB (Red+Green+Blue) = 111+50+200=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #6F32C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F32C8 is #90CD37. Grayscale: #545454. Windows color (decimal): -9489720 or 13120111. OLE color: 13120111.
HSL color Cylindrical-coordinate representation of color #6F32C8: hue angle of 264.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F32C8 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 50 | 200 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.22 |
| HSL | 264.4º | 0.6% | 0.49% | - |
| HSV(B) | 264.4º | 0.75% | 0.78% | - |
| XYZ | 18.12 | 9.83 | 55.59 | - |
| YUV | 85.34 | 192.71 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 200 | 0.44 | 0.75 | 0 | 0.22 | 264.4 | 0.6 | 0.49 |
| Hex | 6F | 32 | C8 | 2C | 4B | 0 | 16 | 108 | 3C | 31 |
| Octal | 157 | 62 | 310 | 54 | 113 | 0 | 26 | 410 | 74 | 61 |
| Binary | 1101111 | 110010 | 11001000 | 101100 | 1001011 | 0 | 10110 | 100001000 | 111100 | 110001 |
Color Harmonies of #6F32C8
Complementary color
Monochromatic Colors of #6F32C8
Black with #6F32C8
Text Example
Text Example
White with #6F32C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F32C8; }
p { color: rgb(111,50,200); }
H1.HeaderClassName
{
color: #6F32C8;
}
.AnyTagClassName
{
color: #6F32C8;
}
</style>
background-color css
<style>
a { background-color: #6F32C8; }
a { background-color: rgb(111,50,200); }
div.DivClassName
{
background-color: #6F32C8;
}
.BgClassName
{
background-color: #6F32C8;
}
</style>
border-color css
<style>
span { border-color: #6F32C8; }
span { border-color: rgb(111,50,200); }
td.TdClassName
{
border-color: #6F32C8;
}
.TagClassName
{
border-color: #6F32C8;
}
</style>