Html Css Color HEX #7F329B Vivid Violet

📋 copy color: '#7F329B'

red 127 ◦ green 50 ◦ blue 155

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

Shades of Vivid Violet #7F329B

Tints of Vivid Violet #7F329B

RGB

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

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

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

R = 38.25%
G = 15.06%
B = 46.69%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F329B (or 0x7F329B) is known color: Vivid Violet. HEX triplet: 7F, 32 and 9B. RGB value is (127,50,155). Sum of RGB (Red+Green+Blue) = 127+50+155=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F329B is #80CD64. Grayscale: #545454. Windows color (decimal): -8441189 or 10171007. OLE color: 10171007.

HSL color Cylindrical-coordinate representation of color #7F329B: hue angle of 284º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F329B is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 50 155 -
CMYK 0.18 0.68 0 0.39
HSL 284º 0.51% 0.4% -
HSV(B) 284º 0.68% 0.61% -
XYZ 15.81 9.16 31.95 -
YUV 84.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 127 50 155 0.18 0.68 0 0.39 284 0.51 0.4
Hex 7F 32 9B 12 44 0 27 11C 33 28
Octal 177 62 233 22 104 0 47 434 63 50
Binary 1111111 110010 10011011 10010 1000100 0 100111 100011100 110011 101000

Color Harmonies of #7F329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F329B

Black with #7F329B

Text Example


Text Example

White with #7F329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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