Shades of Purple Heart #6838CA
Tints of Purple Heart #6838CA
RGB
CMYK
RGB Variations
Color information
#6838CA (or 0x6838CA) is known color: Purple Heart. HEX triplet: 68, 38 and CA. RGB value is (104,56,202). Sum of RGB (Red+Green+Blue) = 104+56+202=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #6838CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838CA is #97C735. Grayscale: #565656. Windows color (decimal): -9946934 or 13252712. OLE color: 13252712.
HSL color Cylindrical-coordinate representation of color #6838CA: hue angle of 259.73º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6838CA is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 56 | 202 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.21 |
| HSL | 259.73º | 0.58% | 0.51% | - |
| HSV(B) | 259.73º | 0.72% | 0.79% | - |
| XYZ | 17.78 | 10.04 | 56.88 | - |
| YUV | 87 | 192.9 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 202 | 0.49 | 0.72 | 0 | 0.21 | 259.73 | 0.58 | 0.51 |
| Hex | 68 | 38 | CA | 31 | 48 | 0 | 15 | 104 | 3A | 33 |
| Octal | 150 | 70 | 312 | 61 | 110 | 0 | 25 | 404 | 72 | 63 |
| Binary | 1101000 | 111000 | 11001010 | 110001 | 1001000 | 0 | 10101 | 100000100 | 111010 | 110011 |
Color Harmonies of #6838CA
Complementary color
Monochromatic Colors of #6838CA
Black with #6838CA
Text Example
Text Example
White with #6838CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6838CA; }
p { color: rgb(104,56,202); }
H1.HeaderClassName
{
color: #6838CA;
}
.AnyTagClassName
{
color: #6838CA;
}
</style>
background-color css
<style>
a { background-color: #6838CA; }
a { background-color: rgb(104,56,202); }
div.DivClassName
{
background-color: #6838CA;
}
.BgClassName
{
background-color: #6838CA;
}
</style>
border-color css
<style>
span { border-color: #6838CA; }
span { border-color: rgb(104,56,202); }
td.TdClassName
{
border-color: #6838CA;
}
.TagClassName
{
border-color: #6838CA;
}
</style>