Shades of Purple Heart #6C03BB
Tints of Purple Heart #6C03BB
RGB
CMYK
RGB Variations
Color information
#6C03BB (or 0x6C03BB) is known color: Purple Heart. HEX triplet: 6C, 03 and BB. RGB value is (108,3,187). Sum of RGB (Red+Green+Blue) = 108+3+187=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C03BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C03BB is #93FC44. Grayscale: #363636. Windows color (decimal): -9698373 or 12256108. OLE color: 12256108.
HSL color Cylindrical-coordinate representation of color #6C03BB: hue angle of 274.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C03BB is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 3 | 187 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.27 |
| HSL | 274.24º | 0.97% | 0.37% | - |
| HSV(B) | 274.24º | 0.98% | 0.73% | - |
| XYZ | 15.19 | 6.84 | 47.53 | - |
| YUV | 55.37 | 202.29 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 187 | 0.42 | 0.98 | 0 | 0.27 | 274.24 | 0.97 | 0.37 |
| Hex | 6C | 3 | BB | 2A | 62 | 0 | 1B | 112 | 61 | 25 |
| Octal | 154 | 3 | 273 | 52 | 142 | 0 | 33 | 422 | 141 | 45 |
| Binary | 1101100 | 11 | 10111011 | 101010 | 1100010 | 0 | 11011 | 100010010 | 1100001 | 100101 |
Color Harmonies of #6C03BB
Complementary color
Monochromatic Colors of #6C03BB
Black with #6C03BB
Text Example
Text Example
White with #6C03BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C03BB; }
p { color: rgb(108,3,187); }
H1.HeaderClassName
{
color: #6C03BB;
}
.AnyTagClassName
{
color: #6C03BB;
}
</style>
background-color css
<style>
a { background-color: #6C03BB; }
a { background-color: rgb(108,3,187); }
div.DivClassName
{
background-color: #6C03BB;
}
.BgClassName
{
background-color: #6C03BB;
}
</style>
border-color css
<style>
span { border-color: #6C03BB; }
span { border-color: rgb(108,3,187); }
td.TdClassName
{
border-color: #6C03BB;
}
.TagClassName
{
border-color: #6C03BB;
}
</style>