Html Css Color HEX #7D209E Vivid Violet

📋 copy color: '#7D209E'

red 125 ◦ green 32 ◦ blue 158

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

Shades of Vivid Violet #7D209E

Tints of Vivid Violet #7D209E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 39.68%
G = 10.16%
B = 50.16%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D209E (or 0x7D209E) is known color: Vivid Violet. HEX triplet: 7D, 20 and 9E. RGB value is (125,32,158). Sum of RGB (Red+Green+Blue) = 125+32+158=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D209E is #82DF61. Grayscale: #494949. Windows color (decimal): -8576866 or 10363005. OLE color: 10363005.

HSL color Cylindrical-coordinate representation of color #7D209E: hue angle of 284.29º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D209E is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 32 158 -
CMYK 0.21 0.80 0 0.38
HSL 284.29º 0.66% 0.37% -
HSV(B) 284.29º 0.8% 0.62% -
XYZ 15.15 7.86 33.07 -
YUV 74.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 125 32 158 0.21 0.80 0 0.38 284.29 0.66 0.37
Hex 7D 20 9E 15 50 0 26 11C 42 25
Octal 175 40 236 25 120 0 46 434 102 45
Binary 1111101 100000 10011110 10101 1010000 0 100110 100011100 1000010 100101

Color Harmonies of #7D209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D209E

Black with #7D209E

Text Example


Text Example

White with #7D209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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