Shades of Purple Heart #6F3ACE
Tints of Purple Heart #6F3ACE
RGB
CMYK
RGB Variations
Color information
#6F3ACE (or 0x6F3ACE) is known color: Purple Heart. HEX triplet: 6F, 3A and CE. RGB value is (111,58,206). Sum of RGB (Red+Green+Blue) = 111+58+206=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3ACE is #90C531. Grayscale: #5A5A5A. Windows color (decimal): -9487666 or 13515375. OLE color: 13515375.
HSL color Cylindrical-coordinate representation of color #6F3ACE: hue angle of 261.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F3ACE is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 58 | 206 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.19 |
| HSL | 261.49º | 0.6% | 0.52% | - |
| HSV(B) | 261.49º | 0.72% | 0.81% | - |
| XYZ | 19.21 | 10.86 | 59.48 | - |
| YUV | 90.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 206 | 0.46 | 0.72 | 0 | 0.19 | 261.49 | 0.6 | 0.52 |
| Hex | 6F | 3A | CE | 2E | 48 | 0 | 13 | 105 | 3C | 34 |
| Octal | 157 | 72 | 316 | 56 | 110 | 0 | 23 | 405 | 74 | 64 |
| Binary | 1101111 | 111010 | 11001110 | 101110 | 1001000 | 0 | 10011 | 100000101 | 111100 | 110100 |
Color Harmonies of #6F3ACE
Complementary color
Monochromatic Colors of #6F3ACE
Black with #6F3ACE
Text Example
Text Example
White with #6F3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3ACE; }
p { color: rgb(111,58,206); }
H1.HeaderClassName
{
color: #6F3ACE;
}
.AnyTagClassName
{
color: #6F3ACE;
}
</style>
background-color css
<style>
a { background-color: #6F3ACE; }
a { background-color: rgb(111,58,206); }
div.DivClassName
{
background-color: #6F3ACE;
}
.BgClassName
{
background-color: #6F3ACE;
}
</style>
border-color css
<style>
span { border-color: #6F3ACE; }
span { border-color: rgb(111,58,206); }
td.TdClassName
{
border-color: #6F3ACE;
}
.TagClassName
{
border-color: #6F3ACE;
}
</style>