Shades of Dark Violet #7705DA
Tints of Dark Violet #7705DA
RGB
CMYK
RGB Variations
Color information
#7705DA (or 0x7705DA) is known color: Dark Violet. HEX triplet: 77, 05 and DA. RGB value is (119,5,218). Sum of RGB (Red+Green+Blue) = 119+5+218=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #7705DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705DA is #88FA25. Grayscale: #3E3E3E. Windows color (decimal): -8976934 or 14288247. OLE color: 14288247.
HSL color Cylindrical-coordinate representation of color #7705DA: hue angle of 272.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705DA is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 5 | 218 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.15 |
| HSL | 272.11º | 0.96% | 0.44% | - |
| HSV(B) | 272.11º | 0.98% | 0.85% | - |
| XYZ | 20.32 | 9.09 | 67.01 | - |
| YUV | 63.37 | 215.27 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 218 | 0.45 | 0.98 | 0 | 0.15 | 272.11 | 0.96 | 0.44 |
| Hex | 77 | 5 | DA | 2D | 62 | 0 | F | 110 | 60 | 2C |
| Octal | 167 | 5 | 332 | 55 | 142 | 0 | 17 | 420 | 140 | 54 |
| Binary | 1110111 | 101 | 11011010 | 101101 | 1100010 | 0 | 1111 | 100010000 | 1100000 | 101100 |
Color Harmonies of #7705DA
Complementary color
Monochromatic Colors of #7705DA
Black with #7705DA
Text Example
Text Example
White with #7705DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705DA; }
p { color: rgb(119,5,218); }
H1.HeaderClassName
{
color: #7705DA;
}
.AnyTagClassName
{
color: #7705DA;
}
</style>
background-color css
<style>
a { background-color: #7705DA; }
a { background-color: rgb(119,5,218); }
div.DivClassName
{
background-color: #7705DA;
}
.BgClassName
{
background-color: #7705DA;
}
</style>
border-color css
<style>
span { border-color: #7705DA; }
span { border-color: rgb(119,5,218); }
td.TdClassName
{
border-color: #7705DA;
}
.TagClassName
{
border-color: #7705DA;
}
</style>