#763490

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

Shades of Vivid Violet #763490

Tints of Vivid Violet #763490

Color information

#763490 (or 0x763490) is unknown color: approx Vivid Violet. HEX triplet: 76, 34 and 90. RGB value is (118,52,144). Sum of RGB (Red+Green+Blue) = 118+52+144=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #763490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763490 is #89CB6F. Grayscale: #515151. Windows color (decimal): -9030512 or 9450614. OLE color: 9450614.

HSL color Cylindrical-coordinate representation of color #763490: hue angle of 283.04º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763490 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11852144-
CMYK0.180.6400.44
HSL283.04º46.94%38.43%-
HSV(B)283.04º63.89%56.47%-
XYZ13.738.3227.27-
YUV82.22162.87153.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=37.58%
G=16.56%
B=45.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118521440.180.6400.44283.0446.9438.43
Hex763490124002C11b2f26
Octal16664220221000544335746
Binary1110110110100100100001001010000000101100100011011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763490; }

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

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

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

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

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

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

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

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