Shades of Purple Heart #6F32DA
Tints of Purple Heart #6F32DA
RGB
CMYK
RGB Variations
Color information
#6F32DA (or 0x6F32DA) is known color: Purple Heart. HEX triplet: 6F, 32 and DA. RGB value is (111,50,218). Sum of RGB (Red+Green+Blue) = 111+50+218=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F32DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F32DA is #90CD25. Grayscale: #565656. Windows color (decimal): -9489702 or 14299759. OLE color: 14299759.
HSL color Cylindrical-coordinate representation of color #6F32DA: hue angle of 261.79º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F32DA is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 50 | 218 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.15 |
| HSL | 261.79º | 0.69% | 0.53% | - |
| HSV(B) | 261.79º | 0.77% | 0.85% | - |
| XYZ | 20.35 | 10.72 | 67.33 | - |
| YUV | 87.39 | 201.71 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 218 | 0.49 | 0.77 | 0 | 0.15 | 261.79 | 0.69 | 0.53 |
| Hex | 6F | 32 | DA | 31 | 4D | 0 | F | 106 | 45 | 35 |
| Octal | 157 | 62 | 332 | 61 | 115 | 0 | 17 | 406 | 105 | 65 |
| Binary | 1101111 | 110010 | 11011010 | 110001 | 1001101 | 0 | 1111 | 100000110 | 1000101 | 110101 |
Color Harmonies of #6F32DA
Complementary color
Monochromatic Colors of #6F32DA
Black with #6F32DA
Text Example
Text Example
White with #6F32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F32DA; }
p { color: rgb(111,50,218); }
H1.HeaderClassName
{
color: #6F32DA;
}
.AnyTagClassName
{
color: #6F32DA;
}
</style>
background-color css
<style>
a { background-color: #6F32DA; }
a { background-color: rgb(111,50,218); }
div.DivClassName
{
background-color: #6F32DA;
}
.BgClassName
{
background-color: #6F32DA;
}
</style>
border-color css
<style>
span { border-color: #6F32DA; }
span { border-color: rgb(111,50,218); }
td.TdClassName
{
border-color: #6F32DA;
}
.TagClassName
{
border-color: #6F32DA;
}
</style>