#7F468C

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

Shades of Vivid Violet #7F468C

Tints of Vivid Violet #7F468C

Color information

#7F468C (or 0x7F468C) is unknown color: approx Vivid Violet. HEX triplet: 7F, 46 and 8C. RGB value is (127,70,140). Sum of RGB (Red+Green+Blue) = 127+70+140=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F468C is #80B973. Grayscale: #5E5E5E. Windows color (decimal): -8436084 or 9193087. OLE color: 9193087.

HSL color Cylindrical-coordinate representation of color #7F468C: hue angle of 288.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F468C is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12770140-
CMYK0.090.5000.45
HSL288.86º33.33%41.18%-
HSV(B)288.86º50%54.9%-
XYZ15.6810.7926.07-
YUV95.02153.38150.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=37.69%
G=20.77%
B=41.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127701400.090.5000.45288.8633.3341.18
Hex7F468C93202D1212129
Octal17710621411620554414151
Binary111111110001101000110010011100100101101100100001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,70,140); }

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

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

 a { background-color: rgb(127,70,140); }

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

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

 span { border-color: rgb(127,70,140); }

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