#7F31A7

Color #7F31A7 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7F31A7

Tints of Vivid Violet #7F31A7

Color information

#7F31A7 (or 0x7F31A7) is unknown color: approx Vivid Violet. HEX triplet: 7F, 31 and A7. RGB value is (127,49,167). Sum of RGB (Red+Green+Blue) = 127+49+167=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 167 (65.62% from 255 or 48.69% from 343); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F31A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F31A7 is #80CE58. Grayscale: #555555. Windows color (decimal): -8441433 or 10957183. OLE color: 10957183.

HSL color Cylindrical-coordinate representation of color #7F31A7: hue angle of 279.66º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F31A7 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12749167-
CMYK0.240.7100.35
HSL279.66º54.63%42.35%-
HSV(B)279.66º70.66%65.49%-
XYZ16.839.537.51-
YUV85.77173.84157.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 167 (65.62% from 255) = 48.69%
R=37.03%
G=14.29%
B=48.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127491670.240.7100.35279.6654.6342.35
Hex7F31A71847023118372a
Octal17761247301070434306752
Binary1111111110001101001111100010001110100011100011000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F31A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,49,167); }

 H1.HeaderClassName
 {
   color: #7F31A7;
 }
 .AnyTagClassName
 {
   color: #7F31A7;
 }
</style>
background-color css

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

 a { background-color: rgb(127,49,167); }

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

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

 span { border-color: rgb(127,49,167); }

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