Html Css Color HEX #7D199F Vivid Violet

📋 copy color: '#7D199F'

red 125 ◦ green 25 ◦ blue 159

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

Shades of Vivid Violet #7D199F

Tints of Vivid Violet #7D199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.46%

R = 40.45%
G = 8.09%
B = 51.46%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D199F (or 0x7D199F) is known color: Vivid Violet. HEX triplet: 7D, 19 and 9F. RGB value is (125,25,159). Sum of RGB (Red+Green+Blue) = 125+25+159=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D199F is #82E660. Grayscale: #454545. Windows color (decimal): -8578657 or 10426749. OLE color: 10426749.

HSL color Cylindrical-coordinate representation of color #7D199F: hue angle of 284.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D199F is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 25 159 -
CMYK 0.21 0.84 0 0.38
HSL 284.78º 0.73% 0.36% -
HSV(B) 284.78º 0.84% 0.62% -
XYZ 15.06 7.56 33.47 -
YUV 70.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 125 25 159 0.21 0.84 0 0.38 284.78 0.73 0.36
Hex 7D 19 9F 15 54 0 26 11D 49 24
Octal 175 31 237 25 124 0 46 435 111 44
Binary 1111101 11001 10011111 10101 1010100 0 100110 100011101 1001001 100100

Color Harmonies of #7D199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D199F

Black with #7D199F

Text Example


Text Example

White with #7D199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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