Html Css Color HEX #7F199F Vivid Violet

📋 copy color: '#7F199F'

red 127 ◦ green 25 ◦ blue 159

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

Shades of Vivid Violet #7F199F

Tints of Vivid Violet #7F199F

RGB

 RED value IS 127 (50% from 255) = 40.84%

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

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

R = 40.84%
G = 8.04%
B = 51.13%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F199F (or 0x7F199F) is known color: Vivid Violet. HEX triplet: 7F, 19 and 9F. RGB value is (127,25,159). Sum of RGB (Red+Green+Blue) = 127+25+159=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F199F is #80E660. Grayscale: #464646. Windows color (decimal): -8447585 or 10426751. OLE color: 10426751.

HSL color Cylindrical-coordinate representation of color #7F199F: hue angle of 285.67º 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 #7F199F is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 25 159 -
CMYK 0.20 0.84 0 0.38
HSL 285.67º 0.73% 0.36% -
HSV(B) 285.67º 0.84% 0.62% -
XYZ 15.36 7.71 33.48 -
YUV 70.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 127 25 159 0.20 0.84 0 0.38 285.67 0.73 0.36
Hex 7F 19 9F 14 54 0 26 11E 49 24
Octal 177 31 237 24 124 0 46 436 111 44
Binary 1111111 11001 10011111 10100 1010100 0 100110 100011110 1001001 100100

Color Harmonies of #7F199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F199F

Black with #7F199F

Text Example


Text Example

White with #7F199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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