Shades of Purple Heart #6833BC
Tints of Purple Heart #6833BC
RGB
CMYK
RGB Variations
Color information
#6833BC (or 0x6833BC) is known color: Purple Heart. HEX triplet: 68, 33 and BC. RGB value is (104,51,188). Sum of RGB (Red+Green+Blue) = 104+51+188=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #6833BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6833BC is #97CC43. Grayscale: #515151. Windows color (decimal): -9948228 or 12333928. OLE color: 12333928.
HSL color Cylindrical-coordinate representation of color #6833BC: hue angle of 263.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6833BC is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 51 | 188 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.26 |
| HSL | 263.21º | 0.57% | 0.47% | - |
| HSV(B) | 263.21º | 0.73% | 0.74% | - |
| XYZ | 15.97 | 8.94 | 48.46 | - |
| YUV | 82.47 | 187.56 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 188 | 0.45 | 0.73 | 0 | 0.26 | 263.21 | 0.57 | 0.47 |
| Hex | 68 | 33 | BC | 2D | 49 | 0 | 1A | 107 | 39 | 2F |
| Octal | 150 | 63 | 274 | 55 | 111 | 0 | 32 | 407 | 71 | 57 |
| Binary | 1101000 | 110011 | 10111100 | 101101 | 1001001 | 0 | 11010 | 100000111 | 111001 | 101111 |
Color Harmonies of #6833BC
Complementary color
Monochromatic Colors of #6833BC
Black with #6833BC
Text Example
Text Example
White with #6833BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6833BC; }
p { color: rgb(104,51,188); }
H1.HeaderClassName
{
color: #6833BC;
}
.AnyTagClassName
{
color: #6833BC;
}
</style>
background-color css
<style>
a { background-color: #6833BC; }
a { background-color: rgb(104,51,188); }
div.DivClassName
{
background-color: #6833BC;
}
.BgClassName
{
background-color: #6833BC;
}
</style>
border-color css
<style>
span { border-color: #6833BC; }
span { border-color: rgb(104,51,188); }
td.TdClassName
{
border-color: #6833BC;
}
.TagClassName
{
border-color: #6833BC;
}
</style>