Shades of Purple Heart #6C33BA
Tints of Purple Heart #6C33BA
RGB
CMYK
RGB Variations
Color information
#6C33BA (or 0x6C33BA) is known color: Purple Heart. HEX triplet: 6C, 33 and BA. RGB value is (108,51,186). Sum of RGB (Red+Green+Blue) = 108+51+186=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C33BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C33BA is #93CC45. Grayscale: #525252. Windows color (decimal): -9686086 or 12202860. OLE color: 12202860.
HSL color Cylindrical-coordinate representation of color #6C33BA: hue angle of 265.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C33BA is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 51 | 186 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.27 |
| HSL | 265.33º | 0.57% | 0.46% | - |
| HSV(B) | 265.33º | 0.73% | 0.73% | - |
| XYZ | 16.23 | 9.1 | 47.36 | - |
| YUV | 83.43 | 185.88 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 186 | 0.42 | 0.73 | 0 | 0.27 | 265.33 | 0.57 | 0.46 |
| Hex | 6C | 33 | BA | 2A | 49 | 0 | 1B | 109 | 39 | 2E |
| Octal | 154 | 63 | 272 | 52 | 111 | 0 | 33 | 411 | 71 | 56 |
| Binary | 1101100 | 110011 | 10111010 | 101010 | 1001001 | 0 | 11011 | 100001001 | 111001 | 101110 |
Color Harmonies of #6C33BA
Complementary color
Monochromatic Colors of #6C33BA
Black with #6C33BA
Text Example
Text Example
White with #6C33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C33BA; }
p { color: rgb(108,51,186); }
H1.HeaderClassName
{
color: #6C33BA;
}
.AnyTagClassName
{
color: #6C33BA;
}
</style>
background-color css
<style>
a { background-color: #6C33BA; }
a { background-color: rgb(108,51,186); }
div.DivClassName
{
background-color: #6C33BA;
}
.BgClassName
{
background-color: #6C33BA;
}
</style>
border-color css
<style>
span { border-color: #6C33BA; }
span { border-color: rgb(108,51,186); }
td.TdClassName
{
border-color: #6C33BA;
}
.TagClassName
{
border-color: #6C33BA;
}
</style>