#7F339C

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

Shades of Vivid Violet #7F339C

Tints of Vivid Violet #7F339C

Color information

#7F339C (or 0x7F339C) is unknown color: approx Vivid Violet. HEX triplet: 7F, 33 and 9C. RGB value is (127,51,156). Sum of RGB (Red+Green+Blue) = 127+51+156=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F339C is #80CC63. Grayscale: #555555. Windows color (decimal): -8440932 or 10236799. OLE color: 10236799.

HSL color Cylindrical-coordinate representation of color #7F339C: hue angle of 283.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F339C is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12751156-
CMYK0.190.6700.39
HSL283.43º50.72%40.59%-
HSV(B)283.43º67.31%61.18%-
XYZ15.949.2832.4-
YUV85.69167.68157.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 156 (61.33% from 255) = 46.71%
R=38.02%
G=15.27%
B=46.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127511560.190.6700.39283.4350.7240.59
Hex7F339C134302711b3329
Octal17763234231030474336351
Binary1111111110011100111001001110000110100111100011011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,51,156); }

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

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

 a { background-color: rgb(127,51,156); }

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

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

 span { border-color: rgb(127,51,156); }

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