Shades of Purple Heart #6F3DCD
Tints of Purple Heart #6F3DCD
RGB
CMYK
RGB Variations
Color information
#6F3DCD (or 0x6F3DCD) is known color: Purple Heart. HEX triplet: 6F, 3D and CD. RGB value is (111,61,205). Sum of RGB (Red+Green+Blue) = 111+61+205=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F3DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3DCD is #90C232. Grayscale: #5B5B5B. Windows color (decimal): -9486899 or 13450607. OLE color: 13450607.
HSL color Cylindrical-coordinate representation of color #6F3DCD: hue angle of 260.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F3DCD is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 61 | 205 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.20 |
| HSL | 260.83º | 0.59% | 0.52% | - |
| HSV(B) | 260.83º | 0.7% | 0.8% | - |
| XYZ | 19.24 | 11.12 | 58.89 | - |
| YUV | 92.37 | 191.57 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 205 | 0.46 | 0.70 | 0 | 0.20 | 260.83 | 0.59 | 0.52 |
| Hex | 6F | 3D | CD | 2E | 46 | 0 | 14 | 105 | 3B | 34 |
| Octal | 157 | 75 | 315 | 56 | 106 | 0 | 24 | 405 | 73 | 64 |
| Binary | 1101111 | 111101 | 11001101 | 101110 | 1000110 | 0 | 10100 | 100000101 | 111011 | 110100 |
Color Harmonies of #6F3DCD
Complementary color
Monochromatic Colors of #6F3DCD
Black with #6F3DCD
Text Example
Text Example
White with #6F3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3DCD; }
p { color: rgb(111,61,205); }
H1.HeaderClassName
{
color: #6F3DCD;
}
.AnyTagClassName
{
color: #6F3DCD;
}
</style>
background-color css
<style>
a { background-color: #6F3DCD; }
a { background-color: rgb(111,61,205); }
div.DivClassName
{
background-color: #6F3DCD;
}
.BgClassName
{
background-color: #6F3DCD;
}
</style>
border-color css
<style>
span { border-color: #6F3DCD; }
span { border-color: rgb(111,61,205); }
td.TdClassName
{
border-color: #6F3DCD;
}
.TagClassName
{
border-color: #6F3DCD;
}
</style>