Html Css Color HEX #7D3A89 Vivid Violet

📋 copy color: '#7D3A89'

red 125 ◦ green 58 ◦ blue 137

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

Shades of Vivid Violet #7D3A89

Tints of Vivid Violet #7D3A89

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

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

R = 39.06%
G = 18.13%
B = 42.81%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D3A89 (or 0x7D3A89) is known color: Vivid Violet. HEX triplet: 7D, 3A and 89. RGB value is (125,58,137). Sum of RGB (Red+Green+Blue) = 125+58+137=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D3A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3A89 is #82C576. Grayscale: #565656. Windows color (decimal): -8570231 or 8993405. OLE color: 8993405.

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

Color convert

RGB 125 58 137 -
CMYK 0.09 0.58 0 0.46
HSL 290.89º 0.41% 0.38% -
HSV(B) 290.89º 0.58% 0.54% -
XYZ 14.49 9.19 24.68 -
YUV 87.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 125 58 137 0.09 0.58 0 0.46 290.89 0.41 0.38
Hex 7D 3A 89 9 3A 0 2E 123 29 26
Octal 175 72 211 11 72 0 56 443 51 46
Binary 1111101 111010 10001001 1001 111010 0 101110 100100011 101001 100110

Color Harmonies of #7D3A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3A89

Black with #7D3A89

Text Example


Text Example

White with #7D3A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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