#77339B

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

Shades of Vivid Violet #77339B

Tints of Vivid Violet #77339B

Color information

#77339B (or 0x77339B) is unknown color: approx Vivid Violet. HEX triplet: 77, 33 and 9B. RGB value is (119,51,155). Sum of RGB (Red+Green+Blue) = 119+51+155=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #77339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77339B is #88CC64. Grayscale: #525252. Windows color (decimal): -8965221 or 10171255. OLE color: 10171255.

HSL color Cylindrical-coordinate representation of color #77339B: hue angle of 279.23º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77339B is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11951155-
CMYK0.230.6700.39
HSL279.23º50.49%40.39%-
HSV(B)279.23º67.1%60.78%-
XYZ14.718.6631.91-
YUV83.19168.53153.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=36.62%
G=15.69%
B=47.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119511550.230.6700.39279.2350.4940.39
Hex77339B17430271173228
Octal16763233271030474276250
Binary1110111110011100110111011110000110100111100010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77339B; }

 p { color: rgb(119,51,155); }

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

<style>
 a { background-color: #77339B; }

 a { background-color: rgb(119,51,155); }

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

<style>
 span { border-color: #77339B; }

 span { border-color: rgb(119,51,155); }

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