Shades of Purple Heart #6B31B2
Tints of Purple Heart #6B31B2
RGB
CMYK
RGB Variations
Color information
#6B31B2 (or 0x6B31B2) is known color: Purple Heart. HEX triplet: 6B, 31 and B2. RGB value is (107,49,178). Sum of RGB (Red+Green+Blue) = 107+49+178=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 178 (69.92% from 255 or 53.29% from 334); Max value from RGB is 178 - color contains mainly: blue. Hex color #6B31B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B31B2 is #94CE4D. Grayscale: #505050. Windows color (decimal): -9752142 or 11678059. OLE color: 11678059.
HSL color Cylindrical-coordinate representation of color #6B31B2: hue angle of 266.98º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B31B2 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 49 | 178 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.30 |
| HSL | 266.98º | 0.57% | 0.45% | - |
| HSV(B) | 266.98º | 0.72% | 0.7% | - |
| XYZ | 15.2 | 8.54 | 42.97 | - |
| YUV | 81.05 | 182.72 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 178 | 0.40 | 0.72 | 0 | 0.30 | 266.98 | 0.57 | 0.45 |
| Hex | 6B | 31 | B2 | 28 | 48 | 0 | 1E | 10B | 39 | 2D |
| Octal | 153 | 61 | 262 | 50 | 110 | 0 | 36 | 413 | 71 | 55 |
| Binary | 1101011 | 110001 | 10110010 | 101000 | 1001000 | 0 | 11110 | 100001011 | 111001 | 101101 |
Color Harmonies of #6B31B2
Complementary color
Monochromatic Colors of #6B31B2
Black with #6B31B2
Text Example
Text Example
White with #6B31B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B31B2; }
p { color: rgb(107,49,178); }
H1.HeaderClassName
{
color: #6B31B2;
}
.AnyTagClassName
{
color: #6B31B2;
}
</style>
background-color css
<style>
a { background-color: #6B31B2; }
a { background-color: rgb(107,49,178); }
div.DivClassName
{
background-color: #6B31B2;
}
.BgClassName
{
background-color: #6B31B2;
}
</style>
border-color css
<style>
span { border-color: #6B31B2; }
span { border-color: rgb(107,49,178); }
td.TdClassName
{
border-color: #6B31B2;
}
.TagClassName
{
border-color: #6B31B2;
}
</style>