Shades of Purple Heart #6926DA
Tints of Purple Heart #6926DA
RGB
CMYK
RGB Variations
Color information
#6926DA (or 0x6926DA) is known color: Purple Heart. HEX triplet: 69, 26 and DA. RGB value is (105,38,218). Sum of RGB (Red+Green+Blue) = 105+38+218=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #6926DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6926DA is #96D925. Grayscale: #4D4D4D. Windows color (decimal): -9885990 or 14296681. OLE color: 14296681.
HSL color Cylindrical-coordinate representation of color #6926DA: hue angle of 262.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6926DA is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 38 | 218 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.15 |
| HSL | 262.33º | 0.71% | 0.5% | - |
| HSV(B) | 262.33º | 0.83% | 0.85% | - |
| XYZ | 19.17 | 9.45 | 67.14 | - |
| YUV | 78.55 | 206.7 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 218 | 0.52 | 0.83 | 0 | 0.15 | 262.33 | 0.71 | 0.5 |
| Hex | 69 | 26 | DA | 34 | 53 | 0 | F | 106 | 47 | 32 |
| Octal | 151 | 46 | 332 | 64 | 123 | 0 | 17 | 406 | 107 | 62 |
| Binary | 1101001 | 100110 | 11011010 | 110100 | 1010011 | 0 | 1111 | 100000110 | 1000111 | 110010 |
Color Harmonies of #6926DA
Complementary color
Monochromatic Colors of #6926DA
Black with #6926DA
Text Example
Text Example
White with #6926DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6926DA; }
p { color: rgb(105,38,218); }
H1.HeaderClassName
{
color: #6926DA;
}
.AnyTagClassName
{
color: #6926DA;
}
</style>
background-color css
<style>
a { background-color: #6926DA; }
a { background-color: rgb(105,38,218); }
div.DivClassName
{
background-color: #6926DA;
}
.BgClassName
{
background-color: #6926DA;
}
</style>
border-color css
<style>
span { border-color: #6926DA; }
span { border-color: rgb(105,38,218); }
td.TdClassName
{
border-color: #6926DA;
}
.TagClassName
{
border-color: #6926DA;
}
</style>