Html Css Color HEX #7F199B Vivid Violet

📋 copy color: '#7F199B'

red 127 ◦ green 25 ◦ blue 155

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

Shades of Vivid Violet #7F199B

Tints of Vivid Violet #7F199B

RGB

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

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

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

R = 41.37%
G = 8.14%
B = 50.49%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F199B (or 0x7F199B) is known color: Vivid Violet. HEX triplet: 7F, 19 and 9B. RGB value is (127,25,155). Sum of RGB (Red+Green+Blue) = 127+25+155=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F199B is #80E664. Grayscale: #454545. Windows color (decimal): -8447589 or 10164607. OLE color: 10164607.

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

Color convert

RGB 127 25 155 -
CMYK 0.18 0.84 0 0.39
HSL 287.08º 0.72% 0.35% -
HSV(B) 287.08º 0.84% 0.61% -
XYZ 15.02 7.57 31.68 -
YUV 70.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 127 25 155 0.18 0.84 0 0.39 287.08 0.72 0.35
Hex 7F 19 9B 12 54 0 27 11F 48 23
Octal 177 31 233 22 124 0 47 437 110 43
Binary 1111111 11001 10011011 10010 1010100 0 100111 100011111 1001000 100011

Color Harmonies of #7F199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F199B

Black with #7F199B

Text Example


Text Example

White with #7F199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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