Shades of Purple Heart #6B2FCB
Tints of Purple Heart #6B2FCB
RGB
CMYK
RGB Variations
Color information
#6B2FCB (or 0x6B2FCB) is known color: Purple Heart. HEX triplet: 6B, 2F and CB. RGB value is (107,47,203). Sum of RGB (Red+Green+Blue) = 107+47+203=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B2FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2FCB is #94D034. Grayscale: #525252. Windows color (decimal): -9752629 or 13315947. OLE color: 13315947.
HSL color Cylindrical-coordinate representation of color #6B2FCB: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B2FCB is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 47 | 203 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.20 |
| HSL | 263.08º | 0.62% | 0.49% | - |
| HSV(B) | 263.08º | 0.77% | 0.8% | - |
| XYZ | 17.86 | 9.47 | 57.39 | - |
| YUV | 82.72 | 195.88 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 47 | 203 | 0.47 | 0.77 | 0 | 0.20 | 263.08 | 0.62 | 0.49 |
| Hex | 6B | 2F | CB | 2F | 4D | 0 | 14 | 107 | 3E | 31 |
| Octal | 153 | 57 | 313 | 57 | 115 | 0 | 24 | 407 | 76 | 61 |
| Binary | 1101011 | 101111 | 11001011 | 101111 | 1001101 | 0 | 10100 | 100000111 | 111110 | 110001 |
Color Harmonies of #6B2FCB
Complementary color
Monochromatic Colors of #6B2FCB
Black with #6B2FCB
Text Example
Text Example
White with #6B2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2FCB; }
p { color: rgb(107,47,203); }
H1.HeaderClassName
{
color: #6B2FCB;
}
.AnyTagClassName
{
color: #6B2FCB;
}
</style>
background-color css
<style>
a { background-color: #6B2FCB; }
a { background-color: rgb(107,47,203); }
div.DivClassName
{
background-color: #6B2FCB;
}
.BgClassName
{
background-color: #6B2FCB;
}
</style>
border-color css
<style>
span { border-color: #6B2FCB; }
span { border-color: rgb(107,47,203); }
td.TdClassName
{
border-color: #6B2FCB;
}
.TagClassName
{
border-color: #6B2FCB;
}
</style>