Shades of Purple Heart #6D30BB
Tints of Purple Heart #6D30BB
RGB
CMYK
RGB Variations
Color information
#6D30BB (or 0x6D30BB) is known color: Purple Heart. HEX triplet: 6D, 30 and BB. RGB value is (109,48,187). Sum of RGB (Red+Green+Blue) = 109+48+187=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D30BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D30BB is #92CF44. Grayscale: #515151. Windows color (decimal): -9621317 or 12267629. OLE color: 12267629.
HSL color Cylindrical-coordinate representation of color #6D30BB: hue angle of 266.33º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D30BB is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 48 | 187 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.27 |
| HSL | 266.33º | 0.59% | 0.46% | - |
| HSV(B) | 266.33º | 0.74% | 0.73% | - |
| XYZ | 16.33 | 8.95 | 47.88 | - |
| YUV | 82.09 | 187.21 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 187 | 0.42 | 0.74 | 0 | 0.27 | 266.33 | 0.59 | 0.46 |
| Hex | 6D | 30 | BB | 2A | 4A | 0 | 1B | 10A | 3B | 2E |
| Octal | 155 | 60 | 273 | 52 | 112 | 0 | 33 | 412 | 73 | 56 |
| Binary | 1101101 | 110000 | 10111011 | 101010 | 1001010 | 0 | 11011 | 100001010 | 111011 | 101110 |
Color Harmonies of #6D30BB
Complementary color
Monochromatic Colors of #6D30BB
Black with #6D30BB
Text Example
Text Example
White with #6D30BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D30BB; }
p { color: rgb(109,48,187); }
H1.HeaderClassName
{
color: #6D30BB;
}
.AnyTagClassName
{
color: #6D30BB;
}
</style>
background-color css
<style>
a { background-color: #6D30BB; }
a { background-color: rgb(109,48,187); }
div.DivClassName
{
background-color: #6D30BB;
}
.BgClassName
{
background-color: #6D30BB;
}
</style>
border-color css
<style>
span { border-color: #6D30BB; }
span { border-color: rgb(109,48,187); }
td.TdClassName
{
border-color: #6D30BB;
}
.TagClassName
{
border-color: #6D30BB;
}
</style>