Html Css Color HEX #7D4181 Vivid Violet

📋 copy color: '#7D4181'

red 125 ◦ green 65 ◦ blue 129

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

Shades of Vivid Violet #7D4181

Tints of Vivid Violet #7D4181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 39.18%
G = 20.38%
B = 40.44%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D4181 (or 0x7D4181) is known color: Vivid Violet. HEX triplet: 7D, 41 and 81. RGB value is (125,65,129). Sum of RGB (Red+Green+Blue) = 125+65+129=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D4181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4181 is #82BE7E. Grayscale: #5A5A5A. Windows color (decimal): -8568447 or 8470909. OLE color: 8470909.

HSL color Cylindrical-coordinate representation of color #7D4181: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D4181 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 65 129 -
CMYK 0.03 0.50 0 0.49
HSL 296.25º 0.33% 0.38% -
HSV(B) 296.25º 0.5% 0.51% -
XYZ 14.31 9.73 21.89 -
YUV 90.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 125 65 129 0.03 0.50 0 0.49 296.25 0.33 0.38
Hex 7D 41 81 3 32 0 31 128 21 26
Octal 175 101 201 3 62 0 61 450 41 46
Binary 1111101 1000001 10000001 11 110010 0 110001 100101000 100001 100110

Color Harmonies of #7D4181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4181

Black with #7D4181

Text Example


Text Example

White with #7D4181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,129); }

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

background-color css

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

 a { background-color: rgb(125,65,129); }

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

border-color css

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

 span { border-color: rgb(125,65,129); }

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