Shades of Purple Heart #6B3BC7
Tints of Purple Heart #6B3BC7
RGB
CMYK
RGB Variations
Color information
#6B3BC7 (or 0x6B3BC7) is known color: Purple Heart. HEX triplet: 6B, 3B and C7. RGB value is (107,59,199). Sum of RGB (Red+Green+Blue) = 107+59+199=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #6B3BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BC7 is #94C438. Grayscale: #585858. Windows color (decimal): -9749561 or 13056875. OLE color: 13056875.
HSL color Cylindrical-coordinate representation of color #6B3BC7: hue angle of 260.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B3BC7 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 59 | 199 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.22 |
| HSL | 260.57º | 0.56% | 0.51% | - |
| HSV(B) | 260.57º | 0.7% | 0.78% | - |
| XYZ | 17.94 | 10.38 | 55.09 | - |
| YUV | 89.31 | 189.9 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 199 | 0.46 | 0.70 | 0 | 0.22 | 260.57 | 0.56 | 0.51 |
| Hex | 6B | 3B | C7 | 2E | 46 | 0 | 16 | 105 | 38 | 33 |
| Octal | 153 | 73 | 307 | 56 | 106 | 0 | 26 | 405 | 70 | 63 |
| Binary | 1101011 | 111011 | 11000111 | 101110 | 1000110 | 0 | 10110 | 100000101 | 111000 | 110011 |
Color Harmonies of #6B3BC7
Complementary color
Monochromatic Colors of #6B3BC7
Black with #6B3BC7
Text Example
Text Example
White with #6B3BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3BC7; }
p { color: rgb(107,59,199); }
H1.HeaderClassName
{
color: #6B3BC7;
}
.AnyTagClassName
{
color: #6B3BC7;
}
</style>
background-color css
<style>
a { background-color: #6B3BC7; }
a { background-color: rgb(107,59,199); }
div.DivClassName
{
background-color: #6B3BC7;
}
.BgClassName
{
background-color: #6B3BC7;
}
</style>
border-color css
<style>
span { border-color: #6B3BC7; }
span { border-color: rgb(107,59,199); }
td.TdClassName
{
border-color: #6B3BC7;
}
.TagClassName
{
border-color: #6B3BC7;
}
</style>