#7F3C80

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

Shades of Vivid Violet #7F3C80

Tints of Vivid Violet #7F3C80

Color information

#7F3C80 (or 0x7F3C80) is unknown color: approx Vivid Violet. HEX triplet: 7F, 3C and 80. RGB value is (127,60,128). Sum of RGB (Red+Green+Blue) = 127+60+128=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F3C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3C80 is #80C37F. Grayscale: #575757. Windows color (decimal): -8438656 or 8404095. OLE color: 8404095.

HSL color Cylindrical-coordinate representation of color #7F3C80: hue angle of 299.12º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F3C80 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12760128-
CMYK0.010.5300.50
HSL299.12º36.17%36.86%-
HSV(B)299.12º53.12%50.2%-
XYZ14.269.321.47-
YUV87.78150.7155.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.32%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=40.32%
G=19.05%
B=40.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127601280.010.5300.50299.1236.1736.86
Hex7F3C8013503212b2425
Octal177742001650624534445
Binary11111111111001000000011101010110010100101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,60,128); }

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

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

 a { background-color: rgb(127,60,128); }

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

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

 span { border-color: rgb(127,60,128); }

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