Html Css Color HEX #7A0ADE Dark Violet

📋 copy color: '#7A0ADE'

red 122 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #7A0ADE

Tints of Dark Violet #7A0ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

 BLUE value IS 222 (87.11% from 255) = 62.71%

R = 34.46%
G = 2.82%
B = 62.71%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A0ADE (or 0x7A0ADE) is known color: Dark Violet. HEX triplet: 7A, 0A and DE. RGB value is (122,10,222). Sum of RGB (Red+Green+Blue) = 122+10+222=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A0ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0ADE is #85F521. Grayscale: #424242. Windows color (decimal): -8779042 or 14551674. OLE color: 14551674.

HSL color Cylindrical-coordinate representation of color #7A0ADE: hue angle of 271.7º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0ADE is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 10 222 -
CMYK 0.45 0.95 0 0.13
HSL 271.7º 0.91% 0.45% -
HSV(B) 271.7º 0.95% 0.87% -
XYZ 21.32 9.63 69.84 -
YUV 67.66 215.11 166.76 -
System Red Green Blue C M Y K H S L
Decimal 122 10 222 0.45 0.95 0 0.13 271.7 0.91 0.45
Hex 7A A DE 2D 5F 0 D 110 5B 2D
Octal 172 12 336 55 137 0 15 420 133 55
Binary 1111010 1010 11011110 101101 1011111 0 1101 100010000 1011011 101101

Color Harmonies of #7A0ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0ADE

Black with #7A0ADE

Text Example


Text Example

White with #7A0ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,10,222); }

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

background-color css

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

 a { background-color: rgb(122,10,222); }

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

border-color css

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

 span { border-color: rgb(122,10,222); }

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