Html Css Color HEX #7F328D Vivid Violet

📋 copy color: '#7F328D'

red 127 ◦ green 50 ◦ blue 141

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

Shades of Vivid Violet #7F328D

Tints of Vivid Violet #7F328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 39.94%
G = 15.72%
B = 44.34%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F328D (or 0x7F328D) is known color: Vivid Violet. HEX triplet: 7F, 32 and 8D. RGB value is (127,50,141). Sum of RGB (Red+Green+Blue) = 127+50+141=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F328D is #80CD72. Grayscale: #535353. Windows color (decimal): -8441203 or 9253503. OLE color: 9253503.

HSL color Cylindrical-coordinate representation of color #7F328D: hue angle of 290.77º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F328D is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 50 141 -
CMYK 0.10 0.65 0 0.45
HSL 290.77º 0.48% 0.37% -
HSV(B) 290.77º 0.65% 0.55% -
XYZ 14.7 8.72 26.11 -
YUV 83.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 127 50 141 0.10 0.65 0 0.45 290.77 0.48 0.37
Hex 7F 32 8D A 41 0 2D 123 30 25
Octal 177 62 215 12 101 0 55 443 60 45
Binary 1111111 110010 10001101 1010 1000001 0 101101 100100011 110000 100101

Color Harmonies of #7F328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F328D

Black with #7F328D

Text Example


Text Example

White with #7F328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,50,141); }

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

background-color css

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

 a { background-color: rgb(127,50,141); }

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

border-color css

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

 span { border-color: rgb(127,50,141); }

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