Html Css Color HEX #7D3191 Vivid Violet

📋 copy color: '#7D3191'

red 125 ◦ green 49 ◦ blue 145

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

Shades of Vivid Violet #7D3191

Tints of Vivid Violet #7D3191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 39.18%
G = 15.36%
B = 45.45%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D3191 (or 0x7D3191) is known color: Vivid Violet. HEX triplet: 7D, 31 and 91. RGB value is (125,49,145). Sum of RGB (Red+Green+Blue) = 125+49+145=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D3191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3191 is #82CE6E. Grayscale: #525252. Windows color (decimal): -8572527 or 9515389. OLE color: 9515389.

HSL color Cylindrical-coordinate representation of color #7D3191: hue angle of 287.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D3191 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 49 145 -
CMYK 0.14 0.66 0 0.43
HSL 287.5º 0.49% 0.38% -
HSV(B) 287.5º 0.66% 0.57% -
XYZ 14.67 8.6 27.68 -
YUV 82.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 125 49 145 0.14 0.66 0 0.43 287.5 0.49 0.38
Hex 7D 31 91 E 42 0 2B 120 31 26
Octal 175 61 221 16 102 0 53 440 61 46
Binary 1111101 110001 10010001 1110 1000010 0 101011 100100000 110001 100110

Color Harmonies of #7D3191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3191

Black with #7D3191

Text Example


Text Example

White with #7D3191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,49,145); }

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

background-color css

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

 a { background-color: rgb(125,49,145); }

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

border-color css

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

 span { border-color: rgb(125,49,145); }

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