Shades of Purple Heart #6934DA
Tints of Purple Heart #6934DA
RGB
CMYK
RGB Variations
Color information
#6934DA (or 0x6934DA) is known color: Purple Heart. HEX triplet: 69, 34 and DA. RGB value is (105,52,218). Sum of RGB (Red+Green+Blue) = 105+52+218=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #6934DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6934DA is #96CB25. Grayscale: #565656. Windows color (decimal): -9882406 or 14300265. OLE color: 14300265.
HSL color Cylindrical-coordinate representation of color #6934DA: hue angle of 259.16º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6934DA is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 52 | 218 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.15 |
| HSL | 259.16º | 0.69% | 0.53% | - |
| HSV(B) | 259.16º | 0.76% | 0.85% | - |
| XYZ | 19.71 | 10.52 | 67.32 | - |
| YUV | 86.77 | 202.06 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 218 | 0.52 | 0.76 | 0 | 0.15 | 259.16 | 0.69 | 0.53 |
| Hex | 69 | 34 | DA | 34 | 4C | 0 | F | 103 | 45 | 35 |
| Octal | 151 | 64 | 332 | 64 | 114 | 0 | 17 | 403 | 105 | 65 |
| Binary | 1101001 | 110100 | 11011010 | 110100 | 1001100 | 0 | 1111 | 100000011 | 1000101 | 110101 |
Color Harmonies of #6934DA
Complementary color
Monochromatic Colors of #6934DA
Black with #6934DA
Text Example
Text Example
White with #6934DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934DA; }
p { color: rgb(105,52,218); }
H1.HeaderClassName
{
color: #6934DA;
}
.AnyTagClassName
{
color: #6934DA;
}
</style>
background-color css
<style>
a { background-color: #6934DA; }
a { background-color: rgb(105,52,218); }
div.DivClassName
{
background-color: #6934DA;
}
.BgClassName
{
background-color: #6934DA;
}
</style>
border-color css
<style>
span { border-color: #6934DA; }
span { border-color: rgb(105,52,218); }
td.TdClassName
{
border-color: #6934DA;
}
.TagClassName
{
border-color: #6934DA;
}
</style>