Html Css Color HEX #7A00AE Dark Violet

📋 copy color: '#7A00AE'

red 122 ◦ green 0 ◦ blue 174

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

Shades of Dark Violet #7A00AE

Tints of Dark Violet #7A00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 58.78%

R = 41.22%
G = 0%
B = 58.78%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A00AE (or 0x7A00AE) is known color: Dark Violet. HEX triplet: 7A, 00 and AE. RGB value is (122,0,174). Sum of RGB (Red+Green+Blue) = 122+0+174=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A00AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A00AE is #85FF51. Grayscale: #373737. Windows color (decimal): -8781650 or 11403386. OLE color: 11403386.

HSL color Cylindrical-coordinate representation of color #7A00AE: hue angle of 282.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00AE is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 0 174 -
CMYK 0.30 1 0 0.32
HSL 282.07º 1% 0.34% -
HSV(B) 282.07º 1% 0.68% -
XYZ 15.67 7.19 40.61 -
YUV 56.31 194.42 174.85 -
System Red Green Blue C M Y K H S L
Decimal 122 0 174 0.30 1 0 0.32 282.07 1 0.34
Hex 7A 0 AE 1E 64 0 20 11A 64 22
Octal 172 0 256 36 144 0 40 432 144 42
Binary 1111010 0 10101110 11110 1100100 0 100000 100011010 1100100 100010

Color Harmonies of #7A00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A00AE

Black with #7A00AE

Text Example


Text Example

White with #7A00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,0,174); }

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

background-color css

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

 a { background-color: rgb(122,0,174); }

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

border-color css

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

 span { border-color: rgb(122,0,174); }

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