#773588

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

Shades of Vivid Violet #773588

Tints of Vivid Violet #773588

Color information

#773588 (or 0x773588) is unknown color: approx Vivid Violet. HEX triplet: 77, 35 and 88. RGB value is (119,53,136). Sum of RGB (Red+Green+Blue) = 119+53+136=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #773588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773588 is #88CA77. Grayscale: #515151. Windows color (decimal): -8964728 or 8926583. OLE color: 8926583.

HSL color Cylindrical-coordinate representation of color #773588: hue angle of 287.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #773588 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11953136-
CMYK0.120.6100.47
HSL287.71º43.92%37.06%-
HSV(B)287.71º61.03%53.33%-
XYZ13.328.2524.18-
YUV82.2158.37154.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=38.64%
G=17.21%
B=44.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119531360.120.6100.47287.7143.9237.06
Hex773588C3D02F1202c25
Octal1676521014750574405445
Binary11101111101011000100011001111010101111100100000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773588; }

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

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

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

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

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

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

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

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