Html Css Color HEX #7D329E Vivid Violet

📋 copy color: '#7D329E'

red 125 ◦ green 50 ◦ blue 158

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

Shades of Vivid Violet #7D329E

Tints of Vivid Violet #7D329E

RGB

 RED value IS 125 (49.22% from 255) = 37.54%

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

 BLUE value IS 158 (62.11% from 255) = 47.45%

R = 37.54%
G = 15.02%
B = 47.45%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D329E (or 0x7D329E) is known color: Vivid Violet. HEX triplet: 7D, 32 and 9E. RGB value is (125,50,158). Sum of RGB (Red+Green+Blue) = 125+50+158=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D329E is #82CD61. Grayscale: #545454. Windows color (decimal): -8572258 or 10367613. OLE color: 10367613.

HSL color Cylindrical-coordinate representation of color #7D329E: hue angle of 281.67º 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 #7D329E is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 50 158 -
CMYK 0.21 0.68 0 0.38
HSL 281.67º 0.52% 0.41% -
HSV(B) 281.67º 0.68% 0.62% -
XYZ 15.77 9.11 33.27 -
YUV 84.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 125 50 158 0.21 0.68 0 0.38 281.67 0.52 0.41
Hex 7D 32 9E 15 44 0 26 11A 34 29
Octal 175 62 236 25 104 0 46 432 64 51
Binary 1111101 110010 10011110 10101 1000100 0 100110 100011010 110100 101001

Color Harmonies of #7D329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D329E

Black with #7D329E

Text Example


Text Example

White with #7D329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,50,158); }

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

background-color css

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

 a { background-color: rgb(125,50,158); }

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

border-color css

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

 span { border-color: rgb(125,50,158); }

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