Shades of Purple Heart #6824BD
Tints of Purple Heart #6824BD
RGB
CMYK
RGB Variations
Color information
#6824BD (or 0x6824BD) is known color: Purple Heart. HEX triplet: 68, 24 and BD. RGB value is (104,36,189). Sum of RGB (Red+Green+Blue) = 104+36+189=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #6824BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824BD is #97DB42. Grayscale: #494949. Windows color (decimal): -9952067 or 12395624. OLE color: 12395624.
HSL color Cylindrical-coordinate representation of color #6824BD: hue angle of 266.67º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6824BD is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 36 | 189 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.26 |
| HSL | 266.67º | 0.68% | 0.44% | - |
| HSV(B) | 266.67º | 0.81% | 0.74% | - |
| XYZ | 15.53 | 7.88 | 48.85 | - |
| YUV | 73.77 | 193.03 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 189 | 0.45 | 0.81 | 0 | 0.26 | 266.67 | 0.68 | 0.44 |
| Hex | 68 | 24 | BD | 2D | 51 | 0 | 1A | 10B | 44 | 2C |
| Octal | 150 | 44 | 275 | 55 | 121 | 0 | 32 | 413 | 104 | 54 |
| Binary | 1101000 | 100100 | 10111101 | 101101 | 1010001 | 0 | 11010 | 100001011 | 1000100 | 101100 |
Color Harmonies of #6824BD
Complementary color
Monochromatic Colors of #6824BD
Black with #6824BD
Text Example
Text Example
White with #6824BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6824BD; }
p { color: rgb(104,36,189); }
H1.HeaderClassName
{
color: #6824BD;
}
.AnyTagClassName
{
color: #6824BD;
}
</style>
background-color css
<style>
a { background-color: #6824BD; }
a { background-color: rgb(104,36,189); }
div.DivClassName
{
background-color: #6824BD;
}
.BgClassName
{
background-color: #6824BD;
}
</style>
border-color css
<style>
span { border-color: #6824BD; }
span { border-color: rgb(104,36,189); }
td.TdClassName
{
border-color: #6824BD;
}
.TagClassName
{
border-color: #6824BD;
}
</style>