Html Css Color HEX #7D159D Vivid Violet

📋 copy color: '#7D159D'

red 125 ◦ green 21 ◦ blue 157

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

Shades of Vivid Violet #7D159D

Tints of Vivid Violet #7D159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

 BLUE value IS 157 (61.72% from 255) = 51.82%

R = 41.25%
G = 6.93%
B = 51.82%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D159D (or 0x7D159D) is known color: Vivid Violet. HEX triplet: 7D, 15 and 9D. RGB value is (125,21,157). Sum of RGB (Red+Green+Blue) = 125+21+157=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D159D is #82EA62. Grayscale: #434343. Windows color (decimal): -8579683 or 10294653. OLE color: 10294653.

HSL color Cylindrical-coordinate representation of color #7D159D: hue angle of 285.88º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D159D is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 21 157 -
CMYK 0.20 0.87 0 0.38
HSL 285.88º 0.76% 0.35% -
HSV(B) 285.88º 0.87% 0.62% -
XYZ 14.81 7.33 32.53 -
YUV 67.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 125 21 157 0.20 0.87 0 0.38 285.88 0.76 0.35
Hex 7D 15 9D 14 57 0 26 11E 4C 23
Octal 175 25 235 24 127 0 46 436 114 43
Binary 1111101 10101 10011101 10100 1010111 0 100110 100011110 1001100 100011

Color Harmonies of #7D159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D159D

Black with #7D159D

Text Example


Text Example

White with #7D159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,157); }

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

background-color css

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

 a { background-color: rgb(125,21,157); }

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

border-color css

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

 span { border-color: rgb(125,21,157); }

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