Shades of Purple Heart #6B2BCE
Tints of Purple Heart #6B2BCE
RGB
CMYK
RGB Variations
Color information
#6B2BCE (or 0x6B2BCE) is known color: Purple Heart. HEX triplet: 6B, 2B and CE. RGB value is (107,43,206). Sum of RGB (Red+Green+Blue) = 107+43+206=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B2BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2BCE is #94D431. Grayscale: #505050. Windows color (decimal): -9753650 or 13511531. OLE color: 13511531.
HSL color Cylindrical-coordinate representation of color #6B2BCE: hue angle of 263.56º 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 #6B2BCE is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 43 | 206 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.19 |
| HSL | 263.56º | 0.65% | 0.49% | - |
| HSV(B) | 263.56º | 0.79% | 0.81% | - |
| XYZ | 18.07 | 9.31 | 59.24 | - |
| YUV | 80.72 | 198.7 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 206 | 0.48 | 0.79 | 0 | 0.19 | 263.56 | 0.65 | 0.49 |
| Hex | 6B | 2B | CE | 30 | 4F | 0 | 13 | 108 | 41 | 31 |
| Octal | 153 | 53 | 316 | 60 | 117 | 0 | 23 | 410 | 101 | 61 |
| Binary | 1101011 | 101011 | 11001110 | 110000 | 1001111 | 0 | 10011 | 100001000 | 1000001 | 110001 |
Color Harmonies of #6B2BCE
Complementary color
Monochromatic Colors of #6B2BCE
Black with #6B2BCE
Text Example
Text Example
White with #6B2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2BCE; }
p { color: rgb(107,43,206); }
H1.HeaderClassName
{
color: #6B2BCE;
}
.AnyTagClassName
{
color: #6B2BCE;
}
</style>
background-color css
<style>
a { background-color: #6B2BCE; }
a { background-color: rgb(107,43,206); }
div.DivClassName
{
background-color: #6B2BCE;
}
.BgClassName
{
background-color: #6B2BCE;
}
</style>
border-color css
<style>
span { border-color: #6B2BCE; }
span { border-color: rgb(107,43,206); }
td.TdClassName
{
border-color: #6B2BCE;
}
.TagClassName
{
border-color: #6B2BCE;
}
</style>