Shades of Purple Heart #6C2FDB
Tints of Purple Heart #6C2FDB
RGB
CMYK
RGB Variations
Color information
#6C2FDB (or 0x6C2FDB) is known color: Purple Heart. HEX triplet: 6C, 2F and DB. RGB value is (108,47,219). Sum of RGB (Red+Green+Blue) = 108+47+219=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C2FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2FDB is #93D024. Grayscale: #545454. Windows color (decimal): -9687077 or 14364524. OLE color: 14364524.
HSL color Cylindrical-coordinate representation of color #6C2FDB: hue angle of 261.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2FDB is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 47 | 219 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.14 |
| HSL | 261.28º | 0.7% | 0.52% | - |
| HSV(B) | 261.28º | 0.79% | 0.86% | - |
| XYZ | 19.99 | 10.34 | 67.96 | - |
| YUV | 84.85 | 203.71 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 219 | 0.51 | 0.79 | 0 | 0.14 | 261.28 | 0.7 | 0.52 |
| Hex | 6C | 2F | DB | 33 | 4F | 0 | E | 105 | 46 | 34 |
| Octal | 154 | 57 | 333 | 63 | 117 | 0 | 16 | 405 | 106 | 64 |
| Binary | 1101100 | 101111 | 11011011 | 110011 | 1001111 | 0 | 1110 | 100000101 | 1000110 | 110100 |
Color Harmonies of #6C2FDB
Complementary color
Monochromatic Colors of #6C2FDB
Black with #6C2FDB
Text Example
Text Example
White with #6C2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2FDB; }
p { color: rgb(108,47,219); }
H1.HeaderClassName
{
color: #6C2FDB;
}
.AnyTagClassName
{
color: #6C2FDB;
}
</style>
background-color css
<style>
a { background-color: #6C2FDB; }
a { background-color: rgb(108,47,219); }
div.DivClassName
{
background-color: #6C2FDB;
}
.BgClassName
{
background-color: #6C2FDB;
}
</style>
border-color css
<style>
span { border-color: #6C2FDB; }
span { border-color: rgb(108,47,219); }
td.TdClassName
{
border-color: #6C2FDB;
}
.TagClassName
{
border-color: #6C2FDB;
}
</style>