Html Css Color HEX #7D209B Vivid Violet

📋 copy color: '#7D209B'

red 125 ◦ green 32 ◦ blue 155

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

Shades of Vivid Violet #7D209B

Tints of Vivid Violet #7D209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 40.06%
G = 10.26%
B = 49.68%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D209B (or 0x7D209B) is known color: Vivid Violet. HEX triplet: 7D, 20 and 9B. RGB value is (125,32,155). Sum of RGB (Red+Green+Blue) = 125+32+155=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D209B is #82DF64. Grayscale: #494949. Windows color (decimal): -8576869 or 10166397. OLE color: 10166397.

HSL color Cylindrical-coordinate representation of color #7D209B: hue angle of 285.37º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D209B is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 32 155 -
CMYK 0.19 0.79 0 0.39
HSL 285.37º 0.66% 0.37% -
HSV(B) 285.37º 0.79% 0.61% -
XYZ 14.89 7.76 31.72 -
YUV 73.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 125 32 155 0.19 0.79 0 0.39 285.37 0.66 0.37
Hex 7D 20 9B 13 4F 0 27 11D 42 25
Octal 175 40 233 23 117 0 47 435 102 45
Binary 1111101 100000 10011011 10011 1001111 0 100111 100011101 1000010 100101

Color Harmonies of #7D209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D209B

Black with #7D209B

Text Example


Text Example

White with #7D209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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