Shades of Purple Heart #6B2CCF
Tints of Purple Heart #6B2CCF
RGB
CMYK
RGB Variations
Color information
#6B2CCF (or 0x6B2CCF) is known color: Purple Heart. HEX triplet: 6B, 2C and CF. RGB value is (107,44,207). Sum of RGB (Red+Green+Blue) = 107+44+207=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B2CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2CCF is #94D330. Grayscale: #505050. Windows color (decimal): -9753393 or 13577323. OLE color: 13577323.
HSL color Cylindrical-coordinate representation of color #6B2CCF: hue angle of 263.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B2CCF is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 44 | 207 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.19 |
| HSL | 263.19º | 0.65% | 0.49% | - |
| HSV(B) | 263.19º | 0.79% | 0.81% | - |
| XYZ | 18.23 | 9.43 | 59.89 | - |
| YUV | 81.42 | 198.87 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 207 | 0.48 | 0.79 | 0 | 0.19 | 263.19 | 0.65 | 0.49 |
| Hex | 6B | 2C | CF | 30 | 4F | 0 | 13 | 107 | 41 | 31 |
| Octal | 153 | 54 | 317 | 60 | 117 | 0 | 23 | 407 | 101 | 61 |
| Binary | 1101011 | 101100 | 11001111 | 110000 | 1001111 | 0 | 10011 | 100000111 | 1000001 | 110001 |
Color Harmonies of #6B2CCF
Complementary color
Monochromatic Colors of #6B2CCF
Black with #6B2CCF
Text Example
Text Example
White with #6B2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CCF; }
p { color: rgb(107,44,207); }
H1.HeaderClassName
{
color: #6B2CCF;
}
.AnyTagClassName
{
color: #6B2CCF;
}
</style>
background-color css
<style>
a { background-color: #6B2CCF; }
a { background-color: rgb(107,44,207); }
div.DivClassName
{
background-color: #6B2CCF;
}
.BgClassName
{
background-color: #6B2CCF;
}
</style>
border-color css
<style>
span { border-color: #6B2CCF; }
span { border-color: rgb(107,44,207); }
td.TdClassName
{
border-color: #6B2CCF;
}
.TagClassName
{
border-color: #6B2CCF;
}
</style>