#77359B

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

Shades of Vivid Violet #77359B

Tints of Vivid Violet #77359B

Color information

#77359B (or 0x77359B) is unknown color: approx Vivid Violet. HEX triplet: 77, 35 and 9B. RGB value is (119,53,155). Sum of RGB (Red+Green+Blue) = 119+53+155=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #77359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77359B is #88CA64. Grayscale: #545454. Windows color (decimal): -8964709 or 10171767. OLE color: 10171767.

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

Color convert

RGB11953155-
CMYK0.230.6600.39
HSL278.82º49.04%40.78%-
HSV(B)278.82º65.81%60.78%-
XYZ14.88.8331.94-
YUV84.36167.87152.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=36.39%
G=16.21%
B=47.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119531550.230.6600.39278.8249.0440.78
Hex77359B17420271173129
Octal16765233271020474276151
Binary1110111110101100110111011110000100100111100010111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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