Shades of Purple Heart #6F3CDD
Tints of Purple Heart #6F3CDD
RGB
CMYK
RGB Variations
Color information
#6F3CDD (or 0x6F3CDD) is known color: Purple Heart. HEX triplet: 6F, 3C and DD. RGB value is (111,60,221). Sum of RGB (Red+Green+Blue) = 111+60+221=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F3CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3CDD is #90C322. Grayscale: #5D5D5D. Windows color (decimal): -9487139 or 14498927. OLE color: 14498927.
HSL color Cylindrical-coordinate representation of color #6F3CDD: hue angle of 259.01º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F3CDD is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 60 | 221 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.13 |
| HSL | 259.01º | 0.7% | 0.55% | - |
| HSV(B) | 259.01º | 0.73% | 0.87% | - |
| XYZ | 21.22 | 11.83 | 69.57 | - |
| YUV | 93.6 | 199.9 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 221 | 0.50 | 0.73 | 0 | 0.13 | 259.01 | 0.7 | 0.55 |
| Hex | 6F | 3C | DD | 32 | 49 | 0 | D | 103 | 46 | 37 |
| Octal | 157 | 74 | 335 | 62 | 111 | 0 | 15 | 403 | 106 | 67 |
| Binary | 1101111 | 111100 | 11011101 | 110010 | 1001001 | 0 | 1101 | 100000011 | 1000110 | 110111 |
Color Harmonies of #6F3CDD
Complementary color
Monochromatic Colors of #6F3CDD
Black with #6F3CDD
Text Example
Text Example
White with #6F3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3CDD; }
p { color: rgb(111,60,221); }
H1.HeaderClassName
{
color: #6F3CDD;
}
.AnyTagClassName
{
color: #6F3CDD;
}
</style>
background-color css
<style>
a { background-color: #6F3CDD; }
a { background-color: rgb(111,60,221); }
div.DivClassName
{
background-color: #6F3CDD;
}
.BgClassName
{
background-color: #6F3CDD;
}
</style>
border-color css
<style>
span { border-color: #6F3CDD; }
span { border-color: rgb(111,60,221); }
td.TdClassName
{
border-color: #6F3CDD;
}
.TagClassName
{
border-color: #6F3CDD;
}
</style>