Html Css Color HEX #7D2095 Vivid Violet

📋 copy color: '#7D2095'

red 125 ◦ green 32 ◦ blue 149

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

Shades of Vivid Violet #7D2095

Tints of Vivid Violet #7D2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 40.85%
G = 10.46%
B = 48.69%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D2095 (or 0x7D2095) is known color: Vivid Violet. HEX triplet: 7D, 20 and 95. RGB value is (125,32,149). Sum of RGB (Red+Green+Blue) = 125+32+149=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D2095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2095 is #82DF6A. Grayscale: #484848. Windows color (decimal): -8576875 or 9773181. OLE color: 9773181.

HSL color Cylindrical-coordinate representation of color #7D2095: hue angle of 287.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D2095 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 32 149 -
CMYK 0.16 0.79 0 0.42
HSL 287.69º 0.65% 0.35% -
HSV(B) 287.69º 0.79% 0.58% -
XYZ 14.4 7.56 29.13 -
YUV 73.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 125 32 149 0.16 0.79 0 0.42 287.69 0.65 0.35
Hex 7D 20 95 10 4F 0 2A 120 41 23
Octal 175 40 225 20 117 0 52 440 101 43
Binary 1111101 100000 10010101 10000 1001111 0 101010 100100000 1000001 100011

Color Harmonies of #7D2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2095

Black with #7D2095

Text Example


Text Example

White with #7D2095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,32,149); }

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

background-color css

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

 a { background-color: rgb(125,32,149); }

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

border-color css

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

 span { border-color: rgb(125,32,149); }

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