Shades of Purple Heart #6B3EC4
Tints of Purple Heart #6B3EC4
RGB
CMYK
RGB Variations
Color information
#6B3EC4 (or 0x6B3EC4) is known color: Purple Heart. HEX triplet: 6B, 3E and C4. RGB value is (107,62,196). Sum of RGB (Red+Green+Blue) = 107+62+196=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #6B3EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3EC4 is #94C13B. Grayscale: #5A5A5A. Windows color (decimal): -9748796 or 12861035. OLE color: 12861035.
HSL color Cylindrical-coordinate representation of color #6B3EC4: hue angle of 260.15º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B3EC4 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 62 | 196 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.23 |
| HSL | 260.15º | 0.53% | 0.51% | - |
| HSV(B) | 260.15º | 0.68% | 0.77% | - |
| XYZ | 17.75 | 10.56 | 53.33 | - |
| YUV | 90.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 62 | 196 | 0.45 | 0.68 | 0 | 0.23 | 260.15 | 0.53 | 0.51 |
| Hex | 6B | 3E | C4 | 2D | 44 | 0 | 17 | 104 | 35 | 33 |
| Octal | 153 | 76 | 304 | 55 | 104 | 0 | 27 | 404 | 65 | 63 |
| Binary | 1101011 | 111110 | 11000100 | 101101 | 1000100 | 0 | 10111 | 100000100 | 110101 | 110011 |
Color Harmonies of #6B3EC4
Complementary color
Monochromatic Colors of #6B3EC4
Black with #6B3EC4
Text Example
Text Example
White with #6B3EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3EC4; }
p { color: rgb(107,62,196); }
H1.HeaderClassName
{
color: #6B3EC4;
}
.AnyTagClassName
{
color: #6B3EC4;
}
</style>
background-color css
<style>
a { background-color: #6B3EC4; }
a { background-color: rgb(107,62,196); }
div.DivClassName
{
background-color: #6B3EC4;
}
.BgClassName
{
background-color: #6B3EC4;
}
</style>
border-color css
<style>
span { border-color: #6B3EC4; }
span { border-color: rgb(107,62,196); }
td.TdClassName
{
border-color: #6B3EC4;
}
.TagClassName
{
border-color: #6B3EC4;
}
</style>