#7F438C

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

Shades of Vivid Violet #7F438C

Tints of Vivid Violet #7F438C

Color information

#7F438C (or 0x7F438C) is unknown color: approx Vivid Violet. HEX triplet: 7F, 43 and 8C. RGB value is (127,67,140). Sum of RGB (Red+Green+Blue) = 127+67+140=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F438C is #80BC73. Grayscale: #5D5D5D. Windows color (decimal): -8436852 or 9192319. OLE color: 9192319.

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

Color convert

RGB12767140-
CMYK0.090.5200.45
HSL289.32º35.27%40.59%-
HSV(B)289.32º52.14%54.9%-
XYZ15.4910.4226.01-
YUV93.26154.38152.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=38.02%
G=20.06%
B=41.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127671400.090.5200.45289.3235.2740.59
Hex7F438C93402D1212329
Octal17710321411640554414351
Binary111111110000111000110010011101000101101100100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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