Html Css Color HEX #7A0ACD Dark Violet

📋 copy color: '#7A0ACD'

red 122 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #7A0ACD

Tints of Dark Violet #7A0ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 36.2%
G = 2.97%
B = 60.83%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A0ACD (or 0x7A0ACD) is known color: Dark Violet. HEX triplet: 7A, 0A and CD. RGB value is (122,10,205). Sum of RGB (Red+Green+Blue) = 122+10+205=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A0ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0ACD is #85F532. Grayscale: #414141. Windows color (decimal): -8779059 or 13437562. OLE color: 13437562.

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

Color convert

RGB 122 10 205 -
CMYK 0.40 0.95 0 0.20
HSL 274.46º 0.91% 0.42% -
HSV(B) 274.46º 0.95% 0.8% -
XYZ 19.15 8.76 58.44 -
YUV 65.72 206.61 168.14 -
System Red Green Blue C M Y K H S L
Decimal 122 10 205 0.40 0.95 0 0.20 274.46 0.91 0.42
Hex 7A A CD 28 5F 0 14 112 5B 2A
Octal 172 12 315 50 137 0 24 422 133 52
Binary 1111010 1010 11001101 101000 1011111 0 10100 100010010 1011011 101010

Color Harmonies of #7A0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0ACD

Black with #7A0ACD

Text Example


Text Example

White with #7A0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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