Html Css Color HEX #7D3086 Vivid Violet

📋 copy color: '#7D3086'

red 125 ◦ green 48 ◦ blue 134

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

Shades of Vivid Violet #7D3086

Tints of Vivid Violet #7D3086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

 BLUE value IS 134 (52.73% from 255) = 43.65%

R = 40.72%
G = 15.64%
B = 43.65%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D3086 (or 0x7D3086) is known color: Vivid Violet. HEX triplet: 7D, 30 and 86. RGB value is (125,48,134). Sum of RGB (Red+Green+Blue) = 125+48+134=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D3086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3086 is #82CF79. Grayscale: #505050. Windows color (decimal): -8572794 or 8794237. OLE color: 8794237.

HSL color Cylindrical-coordinate representation of color #7D3086: hue angle of 293.72º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D3086 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 48 134 -
CMYK 0.07 0.64 0 0.47
HSL 293.72º 0.47% 0.36% -
HSV(B) 293.72º 0.64% 0.53% -
XYZ 13.82 8.2 23.41 -
YUV 80.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 125 48 134 0.07 0.64 0 0.47 293.72 0.47 0.36
Hex 7D 30 86 7 40 0 2F 126 2F 24
Octal 175 60 206 7 100 0 57 446 57 44
Binary 1111101 110000 10000110 111 1000000 0 101111 100100110 101111 100100

Color Harmonies of #7D3086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3086

Black with #7D3086

Text Example


Text Example

White with #7D3086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,48,134); }

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

background-color css

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

 a { background-color: rgb(125,48,134); }

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

border-color css

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

 span { border-color: rgb(125,48,134); }

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