Html Css Color HEX #7D4084 Vivid Violet

📋 copy color: '#7D4084'

red 125 ◦ green 64 ◦ blue 132

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

Shades of Vivid Violet #7D4084

Tints of Vivid Violet #7D4084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

 BLUE value IS 132 (51.95% from 255) = 41.12%

R = 38.94%
G = 19.94%
B = 41.12%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D4084 (or 0x7D4084) is known color: Vivid Violet. HEX triplet: 7D, 40 and 84. RGB value is (125,64,132). Sum of RGB (Red+Green+Blue) = 125+64+132=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D4084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4084 is #82BF7B. Grayscale: #595959. Windows color (decimal): -8568700 or 8667261. OLE color: 8667261.

HSL color Cylindrical-coordinate representation of color #7D4084: hue angle of 293.82º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D4084 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 64 132 -
CMYK 0.05 0.52 0 0.48
HSL 293.82º 0.35% 0.38% -
HSV(B) 293.82º 0.52% 0.52% -
XYZ 14.46 9.69 22.94 -
YUV 89.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 125 64 132 0.05 0.52 0 0.48 293.82 0.35 0.38
Hex 7D 40 84 5 34 0 30 126 23 26
Octal 175 100 204 5 64 0 60 446 43 46
Binary 1111101 1000000 10000100 101 110100 0 110000 100100110 100011 100110

Color Harmonies of #7D4084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4084

Black with #7D4084

Text Example


Text Example

White with #7D4084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,64,132); }

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

background-color css

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

 a { background-color: rgb(125,64,132); }

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

border-color css

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

 span { border-color: rgb(125,64,132); }

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