Shades of Purple Heart #682FCD
Tints of Purple Heart #682FCD
RGB
CMYK
RGB Variations
Color information
#682FCD (or 0x682FCD) is known color: Purple Heart. HEX triplet: 68, 2F and CD. RGB value is (104,47,205). Sum of RGB (Red+Green+Blue) = 104+47+205=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #682FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682FCD is #97D032. Grayscale: #515151. Windows color (decimal): -9949235 or 13447016. OLE color: 13447016.
HSL color Cylindrical-coordinate representation of color #682FCD: hue angle of 261.65º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682FCD is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 47 | 205 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.20 |
| HSL | 261.65º | 0.63% | 0.49% | - |
| HSV(B) | 261.65º | 0.77% | 0.8% | - |
| XYZ | 17.74 | 9.38 | 58.63 | - |
| YUV | 82.06 | 197.38 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 205 | 0.49 | 0.77 | 0 | 0.20 | 261.65 | 0.63 | 0.49 |
| Hex | 68 | 2F | CD | 31 | 4D | 0 | 14 | 106 | 3F | 31 |
| Octal | 150 | 57 | 315 | 61 | 115 | 0 | 24 | 406 | 77 | 61 |
| Binary | 1101000 | 101111 | 11001101 | 110001 | 1001101 | 0 | 10100 | 100000110 | 111111 | 110001 |
Color Harmonies of #682FCD
Complementary color
Monochromatic Colors of #682FCD
Black with #682FCD
Text Example
Text Example
White with #682FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682FCD; }
p { color: rgb(104,47,205); }
H1.HeaderClassName
{
color: #682FCD;
}
.AnyTagClassName
{
color: #682FCD;
}
</style>
background-color css
<style>
a { background-color: #682FCD; }
a { background-color: rgb(104,47,205); }
div.DivClassName
{
background-color: #682FCD;
}
.BgClassName
{
background-color: #682FCD;
}
</style>
border-color css
<style>
span { border-color: #682FCD; }
span { border-color: rgb(104,47,205); }
td.TdClassName
{
border-color: #682FCD;
}
.TagClassName
{
border-color: #682FCD;
}
</style>