Shades of Purple Heart #6B3ACE
Tints of Purple Heart #6B3ACE
RGB
CMYK
RGB Variations
Color information
#6B3ACE (or 0x6B3ACE) is known color: Purple Heart. HEX triplet: 6B, 3A and CE. RGB value is (107,58,206). Sum of RGB (Red+Green+Blue) = 107+58+206=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3ACE is #94C531. Grayscale: #585858. Windows color (decimal): -9749810 or 13515371. OLE color: 13515371.
HSL color Cylindrical-coordinate representation of color #6B3ACE: hue angle of 259.86º 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 #6B3ACE is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 58 | 206 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.19 |
| HSL | 259.86º | 0.6% | 0.52% | - |
| HSV(B) | 259.86º | 0.72% | 0.81% | - |
| XYZ | 18.72 | 10.61 | 59.45 | - |
| YUV | 89.52 | 193.73 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 206 | 0.48 | 0.72 | 0 | 0.19 | 259.86 | 0.6 | 0.52 |
| Hex | 6B | 3A | CE | 30 | 48 | 0 | 13 | 104 | 3C | 34 |
| Octal | 153 | 72 | 316 | 60 | 110 | 0 | 23 | 404 | 74 | 64 |
| Binary | 1101011 | 111010 | 11001110 | 110000 | 1001000 | 0 | 10011 | 100000100 | 111100 | 110100 |
Color Harmonies of #6B3ACE
Complementary color
Monochromatic Colors of #6B3ACE
Black with #6B3ACE
Text Example
Text Example
White with #6B3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3ACE; }
p { color: rgb(107,58,206); }
H1.HeaderClassName
{
color: #6B3ACE;
}
.AnyTagClassName
{
color: #6B3ACE;
}
</style>
background-color css
<style>
a { background-color: #6B3ACE; }
a { background-color: rgb(107,58,206); }
div.DivClassName
{
background-color: #6B3ACE;
}
.BgClassName
{
background-color: #6B3ACE;
}
</style>
border-color css
<style>
span { border-color: #6B3ACE; }
span { border-color: rgb(107,58,206); }
td.TdClassName
{
border-color: #6B3ACE;
}
.TagClassName
{
border-color: #6B3ACE;
}
</style>