Shades of Purple Heart #6833DA
Tints of Purple Heart #6833DA
RGB
CMYK
RGB Variations
Color information
#6833DA (or 0x6833DA) is known color: Purple Heart. HEX triplet: 68, 33 and DA. RGB value is (104,51,218). Sum of RGB (Red+Green+Blue) = 104+51+218=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #6833DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6833DA is #97CC25. Grayscale: #555555. Windows color (decimal): -9948198 or 14300008. OLE color: 14300008.
HSL color Cylindrical-coordinate representation of color #6833DA: hue angle of 259.04º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6833DA is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 51 | 218 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.15 |
| HSL | 259.04º | 0.69% | 0.53% | - |
| HSV(B) | 259.04º | 0.77% | 0.85% | - |
| XYZ | 19.55 | 10.37 | 67.3 | - |
| YUV | 85.89 | 202.56 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 218 | 0.52 | 0.77 | 0 | 0.15 | 259.04 | 0.69 | 0.53 |
| Hex | 68 | 33 | DA | 34 | 4D | 0 | F | 103 | 45 | 35 |
| Octal | 150 | 63 | 332 | 64 | 115 | 0 | 17 | 403 | 105 | 65 |
| Binary | 1101000 | 110011 | 11011010 | 110100 | 1001101 | 0 | 1111 | 100000011 | 1000101 | 110101 |
Color Harmonies of #6833DA
Complementary color
Monochromatic Colors of #6833DA
Black with #6833DA
Text Example
Text Example
White with #6833DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6833DA; }
p { color: rgb(104,51,218); }
H1.HeaderClassName
{
color: #6833DA;
}
.AnyTagClassName
{
color: #6833DA;
}
</style>
background-color css
<style>
a { background-color: #6833DA; }
a { background-color: rgb(104,51,218); }
div.DivClassName
{
background-color: #6833DA;
}
.BgClassName
{
background-color: #6833DA;
}
</style>
border-color css
<style>
span { border-color: #6833DA; }
span { border-color: rgb(104,51,218); }
td.TdClassName
{
border-color: #6833DA;
}
.TagClassName
{
border-color: #6833DA;
}
</style>