Html Css Color HEX #7A0ACE Dark Violet

📋 copy color: '#7A0ACE'

red 122 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #7A0ACE

Tints of Dark Violet #7A0ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 36.09%
G = 2.96%
B = 60.95%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A0ACE (or 0x7A0ACE) is known color: Dark Violet. HEX triplet: 7A, 0A and CE. RGB value is (122,10,206). Sum of RGB (Red+Green+Blue) = 122+10+206=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A0ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0ACE is #85F531. Grayscale: #414141. Windows color (decimal): -8779058 or 13503098. OLE color: 13503098.

HSL color Cylindrical-coordinate representation of color #7A0ACE: hue angle of 274.29º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0ACE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 10 206 -
CMYK 0.41 0.95 0 0.19
HSL 274.29º 0.91% 0.42% -
HSV(B) 274.29º 0.95% 0.81% -
XYZ 19.28 8.81 59.08 -
YUV 65.83 207.11 168.06 -
System Red Green Blue C M Y K H S L
Decimal 122 10 206 0.41 0.95 0 0.19 274.29 0.91 0.42
Hex 7A A CE 29 5F 0 13 112 5B 2A
Octal 172 12 316 51 137 0 23 422 133 52
Binary 1111010 1010 11001110 101001 1011111 0 10011 100010010 1011011 101010

Color Harmonies of #7A0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0ACE

Black with #7A0ACE

Text Example


Text Example

White with #7A0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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