#763690

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

Shades of Vivid Violet #763690

Tints of Vivid Violet #763690

Color information

#763690 (or 0x763690) is unknown color: approx Vivid Violet. HEX triplet: 76, 36 and 90. RGB value is (118,54,144). Sum of RGB (Red+Green+Blue) = 118+54+144=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #763690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763690 is #89C96F. Grayscale: #535353. Windows color (decimal): -9030000 or 9451126. OLE color: 9451126.

HSL color Cylindrical-coordinate representation of color #763690: hue angle of 282.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763690 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11854144-
CMYK0.180.6300.44
HSL282.67º45.45%38.82%-
HSV(B)282.67º62.5%56.47%-
XYZ13.828.527.3-
YUV83.4162.2152.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=37.34%
G=17.09%
B=45.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118541440.180.6300.44282.6745.4538.82
Hex763690123F02C11b2d27
Octal1666622022770544335547
Binary111011011011010010000100101111110101100100011011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763690; }

 p { color: rgb(118,54,144); }

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

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

 a { background-color: rgb(118,54,144); }

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

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

 span { border-color: rgb(118,54,144); }

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