Shades of Purple Heart #6C3BCE
Tints of Purple Heart #6C3BCE
RGB
CMYK
RGB Variations
Color information
#6C3BCE (or 0x6C3BCE) is known color: Purple Heart. HEX triplet: 6C, 3B and CE. RGB value is (108,59,206). Sum of RGB (Red+Green+Blue) = 108+59+206=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C3BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3BCE is #93C431. Grayscale: #595959. Windows color (decimal): -9684018 or 13515628. OLE color: 13515628.
HSL color Cylindrical-coordinate representation of color #6C3BCE: hue angle of 260º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C3BCE is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 59 | 206 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.19 |
| HSL | 260º | 0.6% | 0.52% | - |
| HSV(B) | 260º | 0.71% | 0.81% | - |
| XYZ | 18.89 | 10.77 | 59.48 | - |
| YUV | 90.41 | 193.23 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 59 | 206 | 0.48 | 0.71 | 0 | 0.19 | 260 | 0.6 | 0.52 |
| Hex | 6C | 3B | CE | 30 | 47 | 0 | 13 | 104 | 3C | 34 |
| Octal | 154 | 73 | 316 | 60 | 107 | 0 | 23 | 404 | 74 | 64 |
| Binary | 1101100 | 111011 | 11001110 | 110000 | 1000111 | 0 | 10011 | 100000100 | 111100 | 110100 |
Color Harmonies of #6C3BCE
Complementary color
Monochromatic Colors of #6C3BCE
Black with #6C3BCE
Text Example
Text Example
White with #6C3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3BCE; }
p { color: rgb(108,59,206); }
H1.HeaderClassName
{
color: #6C3BCE;
}
.AnyTagClassName
{
color: #6C3BCE;
}
</style>
background-color css
<style>
a { background-color: #6C3BCE; }
a { background-color: rgb(108,59,206); }
div.DivClassName
{
background-color: #6C3BCE;
}
.BgClassName
{
background-color: #6C3BCE;
}
</style>
border-color css
<style>
span { border-color: #6C3BCE; }
span { border-color: rgb(108,59,206); }
td.TdClassName
{
border-color: #6C3BCE;
}
.TagClassName
{
border-color: #6C3BCE;
}
</style>