Shades of Purple Heart #6F3ADC
Tints of Purple Heart #6F3ADC
RGB
CMYK
RGB Variations
Color information
#6F3ADC (or 0x6F3ADC) is known color: Purple Heart. HEX triplet: 6F, 3A and DC. RGB value is (111,58,220). Sum of RGB (Red+Green+Blue) = 111+58+220=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F3ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3ADC is #90C523. Grayscale: #5B5B5B. Windows color (decimal): -9487652 or 14432879. OLE color: 14432879.
HSL color Cylindrical-coordinate representation of color #6F3ADC: hue angle of 259.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F3ADC is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 58 | 220 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.14 |
| HSL | 259.63º | 0.7% | 0.55% | - |
| HSV(B) | 259.63º | 0.74% | 0.86% | - |
| XYZ | 20.99 | 11.57 | 68.84 | - |
| YUV | 92.32 | 200.06 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 220 | 0.50 | 0.74 | 0 | 0.14 | 259.63 | 0.7 | 0.55 |
| Hex | 6F | 3A | DC | 32 | 4A | 0 | E | 104 | 46 | 37 |
| Octal | 157 | 72 | 334 | 62 | 112 | 0 | 16 | 404 | 106 | 67 |
| Binary | 1101111 | 111010 | 11011100 | 110010 | 1001010 | 0 | 1110 | 100000100 | 1000110 | 110111 |
Color Harmonies of #6F3ADC
Complementary color
Monochromatic Colors of #6F3ADC
Black with #6F3ADC
Text Example
Text Example
White with #6F3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3ADC; }
p { color: rgb(111,58,220); }
H1.HeaderClassName
{
color: #6F3ADC;
}
.AnyTagClassName
{
color: #6F3ADC;
}
</style>
background-color css
<style>
a { background-color: #6F3ADC; }
a { background-color: rgb(111,58,220); }
div.DivClassName
{
background-color: #6F3ADC;
}
.BgClassName
{
background-color: #6F3ADC;
}
</style>
border-color css
<style>
span { border-color: #6F3ADC; }
span { border-color: rgb(111,58,220); }
td.TdClassName
{
border-color: #6F3ADC;
}
.TagClassName
{
border-color: #6F3ADC;
}
</style>