Html Css Color HEX #7D4382 Vivid Violet

📋 copy color: '#7D4382'

red 125 ◦ green 67 ◦ blue 130

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

Shades of Vivid Violet #7D4382

Tints of Vivid Violet #7D4382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 130 (51.17% from 255) = 40.37%

R = 38.82%
G = 20.81%
B = 40.37%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D4382 (or 0x7D4382) is known color: Vivid Violet. HEX triplet: 7D, 43 and 82. RGB value is (125,67,130). Sum of RGB (Red+Green+Blue) = 125+67+130=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D4382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4382 is #82BC7D. Grayscale: #5B5B5B. Windows color (decimal): -8567934 or 8536957. OLE color: 8536957.

HSL color Cylindrical-coordinate representation of color #7D4382: hue angle of 295.24º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D4382 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 67 130 -
CMYK 0.04 0.48 0 0.49
HSL 295.24º 0.32% 0.39% -
HSV(B) 295.24º 0.48% 0.51% -
XYZ 14.49 9.99 22.28 -
YUV 91.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 125 67 130 0.04 0.48 0 0.49 295.24 0.32 0.39
Hex 7D 43 82 4 30 0 31 127 20 27
Octal 175 103 202 4 60 0 61 447 40 47
Binary 1111101 1000011 10000010 100 110000 0 110001 100100111 100000 100111

Color Harmonies of #7D4382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4382

Black with #7D4382

Text Example


Text Example

White with #7D4382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,67,130); }

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

background-color css

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

 a { background-color: rgb(125,67,130); }

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

border-color css

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

 span { border-color: rgb(125,67,130); }

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