#773895

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

Shades of Vivid Violet #773895

Tints of Vivid Violet #773895

Color information

#773895 (or 0x773895) is unknown color: approx Vivid Violet. HEX triplet: 77, 38 and 95. RGB value is (119,56,149). Sum of RGB (Red+Green+Blue) = 119+56+149=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #773895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773895 is #88C76A. Grayscale: #555555. Windows color (decimal): -8963947 or 9779319. OLE color: 9779319.

HSL color Cylindrical-coordinate representation of color #773895: hue angle of 280.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #773895 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11956149-
CMYK0.200.6200.42
HSL280.65º45.37%40.2%-
HSV(B)280.65º62.42%58.43%-
XYZ14.458.9229.39-
YUV85.44163.87151.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=36.73%
G=17.28%
B=45.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119561490.200.6200.42280.6545.3740.2
Hex773895143E02A1192d28
Octal1677022524760524315550
Binary111011111100010010101101001111100101010100011001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773895; }

 p { color: rgb(119,56,149); }

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

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

 a { background-color: rgb(119,56,149); }

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

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

 span { border-color: rgb(119,56,149); }

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