Shades of Purple Heart #6825BD
Tints of Purple Heart #6825BD
RGB
CMYK
RGB Variations
Color information
#6825BD (or 0x6825BD) is known color: Purple Heart. HEX triplet: 68, 25 and BD. RGB value is (104,37,189). Sum of RGB (Red+Green+Blue) = 104+37+189=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #6825BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6825BD is #97DA42. Grayscale: #494949. Windows color (decimal): -9951811 or 12395880. OLE color: 12395880.
HSL color Cylindrical-coordinate representation of color #6825BD: hue angle of 266.45º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6825BD is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 37 | 189 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.26 |
| HSL | 266.45º | 0.67% | 0.44% | - |
| HSV(B) | 266.45º | 0.8% | 0.74% | - |
| XYZ | 15.56 | 7.94 | 48.86 | - |
| YUV | 74.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 189 | 0.45 | 0.80 | 0 | 0.26 | 266.45 | 0.67 | 0.44 |
| Hex | 68 | 25 | BD | 2D | 50 | 0 | 1A | 10A | 43 | 2C |
| Octal | 150 | 45 | 275 | 55 | 120 | 0 | 32 | 412 | 103 | 54 |
| Binary | 1101000 | 100101 | 10111101 | 101101 | 1010000 | 0 | 11010 | 100001010 | 1000011 | 101100 |
Color Harmonies of #6825BD
Complementary color
Monochromatic Colors of #6825BD
Black with #6825BD
Text Example
Text Example
White with #6825BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6825BD; }
p { color: rgb(104,37,189); }
H1.HeaderClassName
{
color: #6825BD;
}
.AnyTagClassName
{
color: #6825BD;
}
</style>
background-color css
<style>
a { background-color: #6825BD; }
a { background-color: rgb(104,37,189); }
div.DivClassName
{
background-color: #6825BD;
}
.BgClassName
{
background-color: #6825BD;
}
</style>
border-color css
<style>
span { border-color: #6825BD; }
span { border-color: rgb(104,37,189); }
td.TdClassName
{
border-color: #6825BD;
}
.TagClassName
{
border-color: #6825BD;
}
</style>