Html Css Color HEX #7D3089 Vivid Violet

📋 copy color: '#7D3089'

red 125 ◦ green 48 ◦ blue 137

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

Shades of Vivid Violet #7D3089

Tints of Vivid Violet #7D3089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.19%

R = 40.32%
G = 15.48%
B = 44.19%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D3089 (or 0x7D3089) is known color: Vivid Violet. HEX triplet: 7D, 30 and 89. RGB value is (125,48,137). Sum of RGB (Red+Green+Blue) = 125+48+137=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D3089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3089 is #82CF76. Grayscale: #505050. Windows color (decimal): -8572791 or 8990845. OLE color: 8990845.

HSL color Cylindrical-coordinate representation of color #7D3089: hue angle of 291.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D3089 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 48 137 -
CMYK 0.09 0.65 0 0.46
HSL 291.91º 0.48% 0.36% -
HSV(B) 291.91º 0.65% 0.54% -
XYZ 14.03 8.28 24.53 -
YUV 81.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 125 48 137 0.09 0.65 0 0.46 291.91 0.48 0.36
Hex 7D 30 89 9 41 0 2E 124 30 24
Octal 175 60 211 11 101 0 56 444 60 44
Binary 1111101 110000 10001001 1001 1000001 0 101110 100100100 110000 100100

Color Harmonies of #7D3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3089

Black with #7D3089

Text Example


Text Example

White with #7D3089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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