Shades of Purple Heart #6B2FD3
Tints of Purple Heart #6B2FD3
RGB
CMYK
RGB Variations
Color information
#6B2FD3 (or 0x6B2FD3) is known color: Purple Heart. HEX triplet: 6B, 2F and D3. RGB value is (107,47,211). Sum of RGB (Red+Green+Blue) = 107+47+211=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 211 (82.81% from 255 or 57.81% from 365); Max value from RGB is 211 - color contains mainly: blue. Hex color #6B2FD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2FD3 is #94D02C. Grayscale: #535353. Windows color (decimal): -9752621 or 13840235. OLE color: 13840235.
HSL color Cylindrical-coordinate representation of color #6B2FD3: hue angle of 261.95º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B2FD3 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 107 | 47 | 211 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.17 |
| HSL | 261.95º | 0.65% | 0.51% | - |
| HSV(B) | 261.95º | 0.78% | 0.83% | - |
| XYZ | 18.84 | 9.86 | 62.54 | - |
| YUV | 83.64 | 199.88 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 47 | 211 | 0.49 | 0.78 | 0 | 0.17 | 261.95 | 0.65 | 0.51 |
| Hex | 6B | 2F | D3 | 31 | 4E | 0 | 11 | 106 | 41 | 33 |
| Octal | 153 | 57 | 323 | 61 | 116 | 0 | 21 | 406 | 101 | 63 |
| Binary | 1101011 | 101111 | 11010011 | 110001 | 1001110 | 0 | 10001 | 100000110 | 1000001 | 110011 |
Color Harmonies of #6B2FD3
Complementary color
Monochromatic Colors of #6B2FD3
Black with #6B2FD3
Text Example
Text Example
White with #6B2FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2FD3; }
p { color: rgb(107,47,211); }
H1.HeaderClassName
{
color: #6B2FD3;
}
.AnyTagClassName
{
color: #6B2FD3;
}
</style>
background-color css
<style>
a { background-color: #6B2FD3; }
a { background-color: rgb(107,47,211); }
div.DivClassName
{
background-color: #6B2FD3;
}
.BgClassName
{
background-color: #6B2FD3;
}
</style>
border-color css
<style>
span { border-color: #6B2FD3; }
span { border-color: rgb(107,47,211); }
td.TdClassName
{
border-color: #6B2FD3;
}
.TagClassName
{
border-color: #6B2FD3;
}
</style>