Html Css Color HEX #7A0DBA Dark Violet

📋 copy color: '#7A0DBA'

red 122 ◦ green 13 ◦ blue 186

#7A0DBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7A0DBA

Tints of Dark Violet #7A0DBA

RGB

 RED value IS 122 (48.05% from 255) = 38.01%

 GREEN value IS 13 (5.47% from 255) = 4.05%

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 38.01%
G = 4.05%
B = 57.94%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7A0DBA (or 0x7A0DBA) is known color: Dark Violet. HEX triplet: 7A, 0D and BA. RGB value is (122,13,186). Sum of RGB (Red+Green+Blue) = 122+13+186=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A0DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0DBA is #85F245. Grayscale: #404040. Windows color (decimal): -8778310 or 12193146. OLE color: 12193146.

HSL color Cylindrical-coordinate representation of color #7A0DBA: hue angle of 277.8º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0DBA is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 13 186 -
CMYK 0.34 0.93 0 0.27
HSL 277.8º 0.87% 0.39% -
HSV(B) 277.8º 0.93% 0.73% -
XYZ 17.03 7.97 47.1 -
YUV 65.31 196.11 168.43 -
System Red Green Blue C M Y K H S L
Decimal 122 13 186 0.34 0.93 0 0.27 277.8 0.87 0.39
Hex 7A D BA 22 5D 0 1B 116 57 27
Octal 172 15 272 42 135 0 33 426 127 47
Binary 1111010 1101 10111010 100010 1011101 0 11011 100010110 1010111 100111

Color Harmonies of #7A0DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0DBA

Black with #7A0DBA

Text Example


Text Example

White with #7A0DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0DBA; }

 p { color: rgb(122,13,186); }

 H1.HeaderClassName
 {
   color: #7A0DBA;
 }
 .AnyTagClassName
 {
   color: #7A0DBA;
 }
</style>

background-color css

<style>
 a { background-color: #7A0DBA; }

 a { background-color: rgb(122,13,186); }

 div.DivClassName
 {
   background-color: #7A0DBA;
 }
 .BgClassName
 {
   background-color: #7A0DBA;
 }
</style>

border-color css

<style>
 span { border-color: #7A0DBA; }

 span { border-color: rgb(122,13,186); }

 td.TdClassName
 {
   border-color: #7A0DBA;
 }
 .TagClassName
 {
   border-color: #7A0DBA;
 }
</style>