Shades of Purple Heart #6825CC
Tints of Purple Heart #6825CC
RGB
CMYK
RGB Variations
Color information
#6825CC (or 0x6825CC) is known color: Purple Heart. HEX triplet: 68, 25 and CC. RGB value is (104,37,204). Sum of RGB (Red+Green+Blue) = 104+37+204=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #6825CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6825CC is #97DA33. Grayscale: #4B4B4B. Windows color (decimal): -9951796 or 13378920. OLE color: 13378920.
HSL color Cylindrical-coordinate representation of color #6825CC: hue angle of 264.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6825CC is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 37 | 204 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.2 |
| HSL | 264.07º | 0.69% | 0.47% | - |
| HSV(B) | 264.07º | 0.82% | 0.8% | - |
| XYZ | 17.27 | 8.63 | 57.88 | - |
| YUV | 76.07 | 200.2 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 204 | 0.49 | 0.82 | 0 | 0.2 | 264.07 | 0.69 | 0.47 |
| Hex | 68 | 25 | CC | 31 | 52 | 0 | 14 | 108 | 45 | 2F |
| Octal | 150 | 45 | 314 | 61 | 122 | 0 | 24 | 410 | 105 | 57 |
| Binary | 1101000 | 100101 | 11001100 | 110001 | 1010010 | 0 | 10100 | 100001000 | 1000101 | 101111 |
Color Harmonies of #6825CC
Complementary color
Monochromatic Colors of #6825CC
Black with #6825CC
Text Example
Text Example
White with #6825CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6825CC; }
p { color: rgb(104,37,204); }
H1.HeaderClassName
{
color: #6825CC;
}
.AnyTagClassName
{
color: #6825CC;
}
</style>
background-color css
<style>
a { background-color: #6825CC; }
a { background-color: rgb(104,37,204); }
div.DivClassName
{
background-color: #6825CC;
}
.BgClassName
{
background-color: #6825CC;
}
</style>
border-color css
<style>
span { border-color: #6825CC; }
span { border-color: rgb(104,37,204); }
td.TdClassName
{
border-color: #6825CC;
}
.TagClassName
{
border-color: #6825CC;
}
</style>