Shades of Purple Heart #6826BD
Tints of Purple Heart #6826BD
RGB
CMYK
RGB Variations
Color information
#6826BD (or 0x6826BD) is known color: Purple Heart. HEX triplet: 68, 26 and BD. RGB value is (104,38,189). Sum of RGB (Red+Green+Blue) = 104+38+189=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #6826BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6826BD is #97D942. Grayscale: #4A4A4A. Windows color (decimal): -9951555 or 12396136. OLE color: 12396136.
HSL color Cylindrical-coordinate representation of color #6826BD: hue angle of 266.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6826BD is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 38 | 189 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.26 |
| HSL | 266.23º | 0.67% | 0.45% | - |
| HSV(B) | 266.23º | 0.8% | 0.74% | - |
| XYZ | 15.59 | 8 | 48.87 | - |
| YUV | 74.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 189 | 0.45 | 0.80 | 0 | 0.26 | 266.23 | 0.67 | 0.45 |
| Hex | 68 | 26 | BD | 2D | 50 | 0 | 1A | 10A | 43 | 2D |
| Octal | 150 | 46 | 275 | 55 | 120 | 0 | 32 | 412 | 103 | 55 |
| Binary | 1101000 | 100110 | 10111101 | 101101 | 1010000 | 0 | 11010 | 100001010 | 1000011 | 101101 |
Color Harmonies of #6826BD
Complementary color
Monochromatic Colors of #6826BD
Black with #6826BD
Text Example
Text Example
White with #6826BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6826BD; }
p { color: rgb(104,38,189); }
H1.HeaderClassName
{
color: #6826BD;
}
.AnyTagClassName
{
color: #6826BD;
}
</style>
background-color css
<style>
a { background-color: #6826BD; }
a { background-color: rgb(104,38,189); }
div.DivClassName
{
background-color: #6826BD;
}
.BgClassName
{
background-color: #6826BD;
}
</style>
border-color css
<style>
span { border-color: #6826BD; }
span { border-color: rgb(104,38,189); }
td.TdClassName
{
border-color: #6826BD;
}
.TagClassName
{
border-color: #6826BD;
}
</style>