Shades of Purple Heart #6825B3
Tints of Purple Heart #6825B3
RGB
CMYK
RGB Variations
Color information
#6825B3 (or 0x6825B3) is known color: Purple Heart. HEX triplet: 68, 25 and B3. RGB value is (104,37,179). Sum of RGB (Red+Green+Blue) = 104+37+179=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #6825B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6825B3 is #97DA4C. Grayscale: #484848. Windows color (decimal): -9951821 or 11740520. OLE color: 11740520.
HSL color Cylindrical-coordinate representation of color #6825B3: hue angle of 268.31º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6825B3 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 37 | 179 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.30 |
| HSL | 268.31º | 0.66% | 0.42% | - |
| HSV(B) | 268.31º | 0.79% | 0.7% | - |
| XYZ | 14.51 | 7.52 | 43.33 | - |
| YUV | 73.22 | 187.7 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 179 | 0.42 | 0.79 | 0 | 0.30 | 268.31 | 0.66 | 0.42 |
| Hex | 68 | 25 | B3 | 2A | 4F | 0 | 1E | 10C | 42 | 2A |
| Octal | 150 | 45 | 263 | 52 | 117 | 0 | 36 | 414 | 102 | 52 |
| Binary | 1101000 | 100101 | 10110011 | 101010 | 1001111 | 0 | 11110 | 100001100 | 1000010 | 101010 |
Color Harmonies of #6825B3
Complementary color
Monochromatic Colors of #6825B3
Black with #6825B3
Text Example
Text Example
White with #6825B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6825B3; }
p { color: rgb(104,37,179); }
H1.HeaderClassName
{
color: #6825B3;
}
.AnyTagClassName
{
color: #6825B3;
}
</style>
background-color css
<style>
a { background-color: #6825B3; }
a { background-color: rgb(104,37,179); }
div.DivClassName
{
background-color: #6825B3;
}
.BgClassName
{
background-color: #6825B3;
}
</style>
border-color css
<style>
span { border-color: #6825B3; }
span { border-color: rgb(104,37,179); }
td.TdClassName
{
border-color: #6825B3;
}
.TagClassName
{
border-color: #6825B3;
}
</style>