Shades of Purple Heart #6F3CDC
Tints of Purple Heart #6F3CDC
RGB
CMYK
RGB Variations
Color information
#6F3CDC (or 0x6F3CDC) is known color: Purple Heart. HEX triplet: 6F, 3C and DC. RGB value is (111,60,220). Sum of RGB (Red+Green+Blue) = 111+60+220=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F3CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3CDC is #90C323. Grayscale: #5C5C5C. Windows color (decimal): -9487140 or 14433391. OLE color: 14433391.
HSL color Cylindrical-coordinate representation of color #6F3CDC: hue angle of 259.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F3CDC is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 60 | 220 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.14 |
| HSL | 259.13º | 0.7% | 0.55% | - |
| HSV(B) | 259.13º | 0.73% | 0.86% | - |
| XYZ | 21.09 | 11.78 | 68.87 | - |
| YUV | 93.49 | 199.4 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 220 | 0.50 | 0.73 | 0 | 0.14 | 259.13 | 0.7 | 0.55 |
| Hex | 6F | 3C | DC | 32 | 49 | 0 | E | 103 | 46 | 37 |
| Octal | 157 | 74 | 334 | 62 | 111 | 0 | 16 | 403 | 106 | 67 |
| Binary | 1101111 | 111100 | 11011100 | 110010 | 1001001 | 0 | 1110 | 100000011 | 1000110 | 110111 |
Color Harmonies of #6F3CDC
Complementary color
Monochromatic Colors of #6F3CDC
Black with #6F3CDC
Text Example
Text Example
White with #6F3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3CDC; }
p { color: rgb(111,60,220); }
H1.HeaderClassName
{
color: #6F3CDC;
}
.AnyTagClassName
{
color: #6F3CDC;
}
</style>
background-color css
<style>
a { background-color: #6F3CDC; }
a { background-color: rgb(111,60,220); }
div.DivClassName
{
background-color: #6F3CDC;
}
.BgClassName
{
background-color: #6F3CDC;
}
</style>
border-color css
<style>
span { border-color: #6F3CDC; }
span { border-color: rgb(111,60,220); }
td.TdClassName
{
border-color: #6F3CDC;
}
.TagClassName
{
border-color: #6F3CDC;
}
</style>