Html Css Color HEX #7A379B Vivid Violet

📋 copy color: '#7A379B'

red 122 ◦ green 55 ◦ blue 155

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

Shades of Vivid Violet #7A379B

Tints of Vivid Violet #7A379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 36.75%
G = 16.57%
B = 46.69%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A379B (or 0x7A379B) is known color: Vivid Violet. HEX triplet: 7A, 37 and 9B. RGB value is (122,55,155). Sum of RGB (Red+Green+Blue) = 122+55+155=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A379B is #85C864. Grayscale: #565656. Windows color (decimal): -8767589 or 10172282. OLE color: 10172282.

HSL color Cylindrical-coordinate representation of color #7A379B: hue angle of 280.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A379B is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 55 155 -
CMYK 0.21 0.65 0 0.39
HSL 280.2º 0.48% 0.41% -
HSV(B) 280.2º 0.65% 0.61% -
XYZ 15.31 9.24 31.99 -
YUV 86.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 122 55 155 0.21 0.65 0 0.39 280.2 0.48 0.41
Hex 7A 37 9B 15 41 0 27 118 30 29
Octal 172 67 233 25 101 0 47 430 60 51
Binary 1111010 110111 10011011 10101 1000001 0 100111 100011000 110000 101001

Color Harmonies of #7A379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A379B

Black with #7A379B

Text Example


Text Example

White with #7A379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,55,155); }

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

background-color css

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

 a { background-color: rgb(122,55,155); }

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

border-color css

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

 span { border-color: rgb(122,55,155); }

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