#7F2690

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

Shades of Vivid Violet #7F2690

Tints of Vivid Violet #7F2690

Color information

#7F2690 (or 0x7F2690) is unknown color: approx Vivid Violet. HEX triplet: 7F, 26 and 90. RGB value is (127,38,144). Sum of RGB (Red+Green+Blue) = 127+38+144=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F2690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2690 is #80D96F. Grayscale: #4C4C4C. Windows color (decimal): -8444272 or 9447039. OLE color: 9447039.

HSL color Cylindrical-coordinate representation of color #7F2690: hue angle of 290.38º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F2690 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12738144-
CMYK0.120.7400.44
HSL290.38º58.24%35.69%-
HSV(B)290.38º73.61%56.47%-
XYZ14.487.9127.15-
YUV76.69165.99163.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.10%
GREEN value IS 38 (15.23% from 255) = 12.30%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=41.10%
G=12.30%
B=46.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127381440.120.7400.44290.3858.2435.69
Hex7F2690C4A02C1223a24
Octal17746220141120544427244
Binary111111110011010010000110010010100101100100100010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,38,144); }

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

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

 a { background-color: rgb(127,38,144); }

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

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

 span { border-color: rgb(127,38,144); }

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