Shades of Purple Heart #6C1BCE
Tints of Purple Heart #6C1BCE
RGB
CMYK
RGB Variations
Color information
#6C1BCE (or 0x6C1BCE) is known color: Purple Heart. HEX triplet: 6C, 1B and CE. RGB value is (108,27,206). Sum of RGB (Red+Green+Blue) = 108+27+206=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C1BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1BCE is #93E431. Grayscale: #464646. Windows color (decimal): -9692210 or 13507436. OLE color: 13507436.
HSL color Cylindrical-coordinate representation of color #6C1BCE: hue angle of 267.15º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C1BCE is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 27 | 206 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.19 |
| HSL | 267.15º | 0.77% | 0.46% | - |
| HSV(B) | 267.15º | 0.87% | 0.81% | - |
| XYZ | 17.72 | 8.43 | 59.09 | - |
| YUV | 71.63 | 203.84 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 206 | 0.48 | 0.87 | 0 | 0.19 | 267.15 | 0.77 | 0.46 |
| Hex | 6C | 1B | CE | 30 | 57 | 0 | 13 | 10B | 4D | 2E |
| Octal | 154 | 33 | 316 | 60 | 127 | 0 | 23 | 413 | 115 | 56 |
| Binary | 1101100 | 11011 | 11001110 | 110000 | 1010111 | 0 | 10011 | 100001011 | 1001101 | 101110 |
Color Harmonies of #6C1BCE
Complementary color
Monochromatic Colors of #6C1BCE
Black with #6C1BCE
Text Example
Text Example
White with #6C1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1BCE; }
p { color: rgb(108,27,206); }
H1.HeaderClassName
{
color: #6C1BCE;
}
.AnyTagClassName
{
color: #6C1BCE;
}
</style>
background-color css
<style>
a { background-color: #6C1BCE; }
a { background-color: rgb(108,27,206); }
div.DivClassName
{
background-color: #6C1BCE;
}
.BgClassName
{
background-color: #6C1BCE;
}
</style>
border-color css
<style>
span { border-color: #6C1BCE; }
span { border-color: rgb(108,27,206); }
td.TdClassName
{
border-color: #6C1BCE;
}
.TagClassName
{
border-color: #6C1BCE;
}
</style>