Shades of Purple Heart #6B30BD
Tints of Purple Heart #6B30BD
RGB
CMYK
RGB Variations
Color information
#6B30BD (or 0x6B30BD) is known color: Purple Heart. HEX triplet: 6B, 30 and BD. RGB value is (107,48,189). Sum of RGB (Red+Green+Blue) = 107+48+189=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B30BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B30BD is #94CF42. Grayscale: #515151. Windows color (decimal): -9752387 or 12398699. OLE color: 12398699.
HSL color Cylindrical-coordinate representation of color #6B30BD: hue angle of 265.11º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B30BD is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 48 | 189 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.26 |
| HSL | 265.11º | 0.59% | 0.46% | - |
| HSV(B) | 265.11º | 0.75% | 0.74% | - |
| XYZ | 16.31 | 8.91 | 49.01 | - |
| YUV | 81.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 189 | 0.43 | 0.75 | 0 | 0.26 | 265.11 | 0.59 | 0.46 |
| Hex | 6B | 30 | BD | 2B | 4B | 0 | 1A | 109 | 3B | 2E |
| Octal | 153 | 60 | 275 | 53 | 113 | 0 | 32 | 411 | 73 | 56 |
| Binary | 1101011 | 110000 | 10111101 | 101011 | 1001011 | 0 | 11010 | 100001001 | 111011 | 101110 |
Color Harmonies of #6B30BD
Complementary color
Monochromatic Colors of #6B30BD
Black with #6B30BD
Text Example
Text Example
White with #6B30BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B30BD; }
p { color: rgb(107,48,189); }
H1.HeaderClassName
{
color: #6B30BD;
}
.AnyTagClassName
{
color: #6B30BD;
}
</style>
background-color css
<style>
a { background-color: #6B30BD; }
a { background-color: rgb(107,48,189); }
div.DivClassName
{
background-color: #6B30BD;
}
.BgClassName
{
background-color: #6B30BD;
}
</style>
border-color css
<style>
span { border-color: #6B30BD; }
span { border-color: rgb(107,48,189); }
td.TdClassName
{
border-color: #6B30BD;
}
.TagClassName
{
border-color: #6B30BD;
}
</style>