Html Css Color HEX #7A4095 Vivid Violet

📋 copy color: '#7A4095'

red 122 ◦ green 64 ◦ blue 149

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

Shades of Vivid Violet #7A4095

Tints of Vivid Violet #7A4095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 36.42%
G = 19.1%
B = 44.48%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A4095 (or 0x7A4095) is known color: Vivid Violet. HEX triplet: 7A, 40 and 95. RGB value is (122,64,149). Sum of RGB (Red+Green+Blue) = 122+64+149=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A4095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4095 is #85BF6A. Grayscale: #5A5A5A. Windows color (decimal): -8765291 or 9781370. OLE color: 9781370.

HSL color Cylindrical-coordinate representation of color #7A4095: hue angle of 280.94º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A4095 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 64 149 -
CMYK 0.18 0.57 0 0.42
HSL 280.94º 0.4% 0.42% -
HSV(B) 280.94º 0.57% 0.58% -
XYZ 15.28 9.97 29.55 -
YUV 91.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 122 64 149 0.18 0.57 0 0.42 280.94 0.4 0.42
Hex 7A 40 95 12 39 0 2A 119 28 2A
Octal 172 100 225 22 71 0 52 431 50 52
Binary 1111010 1000000 10010101 10010 111001 0 101010 100011001 101000 101010

Color Harmonies of #7A4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4095

Black with #7A4095

Text Example


Text Example

White with #7A4095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,64,149); }

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

background-color css

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

 a { background-color: rgb(122,64,149); }

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

border-color css

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

 span { border-color: rgb(122,64,149); }

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