Html Css Color HEX #7F4795 Vivid Violet

📋 copy color: '#7F4795'

red 127 ◦ green 71 ◦ blue 149

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

Shades of Vivid Violet #7F4795

Tints of Vivid Violet #7F4795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.46%

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 36.6%
G = 20.46%
B = 42.94%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F4795 (or 0x7F4795) is known color: Vivid Violet. HEX triplet: 7F, 47 and 95. RGB value is (127,71,149). Sum of RGB (Red+Green+Blue) = 127+71+149=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F4795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4795 is #80B86A. Grayscale: #606060. Windows color (decimal): -8435819 or 9783167. OLE color: 9783167.

HSL color Cylindrical-coordinate representation of color #7F4795: hue angle of 283.08º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F4795 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 71 149 -
CMYK 0.15 0.52 0 0.42
HSL 283.08º 0.35% 0.43% -
HSV(B) 283.08º 0.52% 0.58% -
XYZ 16.43 11.19 29.73 -
YUV 96.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 127 71 149 0.15 0.52 0 0.42 283.08 0.35 0.43
Hex 7F 47 95 F 34 0 2A 11B 23 2B
Octal 177 107 225 17 64 0 52 433 43 53
Binary 1111111 1000111 10010101 1111 110100 0 101010 100011011 100011 101011

Color Harmonies of #7F4795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4795

Black with #7F4795

Text Example


Text Example

White with #7F4795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,71,149); }

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

background-color css

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

 a { background-color: rgb(127,71,149); }

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

border-color css

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

 span { border-color: rgb(127,71,149); }

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