Html Css Color HEX #7D199C Vivid Violet

📋 copy color: '#7D199C'

red 125 ◦ green 25 ◦ blue 156

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

Shades of Vivid Violet #7D199C

Tints of Vivid Violet #7D199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 40.85%
G = 8.17%
B = 50.98%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D199C (or 0x7D199C) is known color: Vivid Violet. HEX triplet: 7D, 19 and 9C. RGB value is (125,25,156). Sum of RGB (Red+Green+Blue) = 125+25+156=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D199C is #82E663. Grayscale: #454545. Windows color (decimal): -8578660 or 10230141. OLE color: 10230141.

HSL color Cylindrical-coordinate representation of color #7D199C: hue angle of 285.8º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D199C is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 25 156 -
CMYK 0.20 0.84 0 0.39
HSL 285.8º 0.72% 0.35% -
HSV(B) 285.8º 0.84% 0.61% -
XYZ 14.81 7.46 32.11 -
YUV 69.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 125 25 156 0.20 0.84 0 0.39 285.8 0.72 0.35
Hex 7D 19 9C 14 54 0 27 11E 48 23
Octal 175 31 234 24 124 0 47 436 110 43
Binary 1111101 11001 10011100 10100 1010100 0 100111 100011110 1001000 100011

Color Harmonies of #7D199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D199C

Black with #7D199C

Text Example


Text Example

White with #7D199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,25,156); }

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

background-color css

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

 a { background-color: rgb(125,25,156); }

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

border-color css

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

 span { border-color: rgb(125,25,156); }

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