#763494

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

Shades of Vivid Violet #763494

Tints of Vivid Violet #763494

Color information

#763494 (or 0x763494) is unknown color: approx Vivid Violet. HEX triplet: 76, 34 and 94. RGB value is (118,52,148). Sum of RGB (Red+Green+Blue) = 118+52+148=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #763494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763494 is #89CB6B. Grayscale: #525252. Windows color (decimal): -9030508 or 9712758. OLE color: 9712758.

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

Color convert

RGB11852148-
CMYK0.200.6500.42
HSL281.25º48%39.22%-
HSV(B)281.25º64.86%58.04%-
XYZ14.048.4528.91-
YUV82.68164.87153.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 52 (20.70% from 255) = 16.35%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=37.11%
G=16.35%
B=46.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118521480.200.6500.42281.254839.22
Hex763494144102A1193027
Octal16664224241010524316047
Binary1110110110100100101001010010000010101010100011001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763494; }

 p { color: rgb(118,52,148); }

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

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

 a { background-color: rgb(118,52,148); }

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

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

 span { border-color: rgb(118,52,148); }

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