Shades of Purple Heart #6B03B7
Tints of Purple Heart #6B03B7
RGB
CMYK
RGB Variations
Color information
#6B03B7 (or 0x6B03B7) is known color: Purple Heart. HEX triplet: 6B, 03 and B7. RGB value is (107,3,183). Sum of RGB (Red+Green+Blue) = 107+3+183=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 183 (71.88% from 255 or 62.46% from 293); Max value from RGB is 183 - color contains mainly: blue. Hex color #6B03B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B03B7 is #94FC48. Grayscale: #363636. Windows color (decimal): -9763913 or 11993963. OLE color: 11993963.
HSL color Cylindrical-coordinate representation of color #6B03B7: hue angle of 274.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B03B7 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 3 | 183 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.28 |
| HSL | 274.67º | 0.97% | 0.36% | - |
| HSV(B) | 274.67º | 0.98% | 0.72% | - |
| XYZ | 14.64 | 6.61 | 45.3 | - |
| YUV | 54.62 | 200.46 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 183 | 0.42 | 0.98 | 0 | 0.28 | 274.67 | 0.97 | 0.36 |
| Hex | 6B | 3 | B7 | 2A | 62 | 0 | 1C | 113 | 61 | 24 |
| Octal | 153 | 3 | 267 | 52 | 142 | 0 | 34 | 423 | 141 | 44 |
| Binary | 1101011 | 11 | 10110111 | 101010 | 1100010 | 0 | 11100 | 100010011 | 1100001 | 100100 |
Color Harmonies of #6B03B7
Complementary color
Monochromatic Colors of #6B03B7
Black with #6B03B7
Text Example
Text Example
White with #6B03B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B03B7; }
p { color: rgb(107,3,183); }
H1.HeaderClassName
{
color: #6B03B7;
}
.AnyTagClassName
{
color: #6B03B7;
}
</style>
background-color css
<style>
a { background-color: #6B03B7; }
a { background-color: rgb(107,3,183); }
div.DivClassName
{
background-color: #6B03B7;
}
.BgClassName
{
background-color: #6B03B7;
}
</style>
border-color css
<style>
span { border-color: #6B03B7; }
span { border-color: rgb(107,3,183); }
td.TdClassName
{
border-color: #6B03B7;
}
.TagClassName
{
border-color: #6B03B7;
}
</style>