Html Css Color HEX #7A329D Vivid Violet

📋 copy color: '#7A329D'

red 122 ◦ green 50 ◦ blue 157

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

Shades of Vivid Violet #7A329D

Tints of Vivid Violet #7A329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 37.08%
G = 15.2%
B = 47.72%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A329D (or 0x7A329D) is known color: Vivid Violet. HEX triplet: 7A, 32 and 9D. RGB value is (122,50,157). Sum of RGB (Red+Green+Blue) = 122+50+157=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A329D is #85CD62. Grayscale: #535353. Windows color (decimal): -8768867 or 10302074. OLE color: 10302074.

HSL color Cylindrical-coordinate representation of color #7A329D: hue angle of 280.37º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A329D is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 50 157 -
CMYK 0.22 0.68 0 0.38
HSL 280.37º 0.52% 0.41% -
HSV(B) 280.37º 0.68% 0.62% -
XYZ 15.25 8.85 32.8 -
YUV 83.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 122 50 157 0.22 0.68 0 0.38 280.37 0.52 0.41
Hex 7A 32 9D 16 44 0 26 118 34 29
Octal 172 62 235 26 104 0 46 430 64 51
Binary 1111010 110010 10011101 10110 1000100 0 100110 100011000 110100 101001

Color Harmonies of #7A329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A329D

Black with #7A329D

Text Example


Text Example

White with #7A329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,50,157); }

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

background-color css

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

 a { background-color: rgb(122,50,157); }

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

border-color css

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

 span { border-color: rgb(122,50,157); }

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