#763A90

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

Shades of Vivid Violet #763A90

Tints of Vivid Violet #763A90

Color information

#763A90 (or 0x763A90) is unknown color: approx Vivid Violet. HEX triplet: 76, 3A and 90. RGB value is (118,58,144). Sum of RGB (Red+Green+Blue) = 118+58+144=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #763A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763A90 is #89C56F. Grayscale: #555555. Windows color (decimal): -9028976 or 9452150. OLE color: 9452150.

HSL color Cylindrical-coordinate representation of color #763A90: hue angle of 281.86º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #763A90 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11858144-
CMYK0.180.6000.44
HSL281.86º42.57%39.61%-
HSV(B)281.86º59.72%56.47%-
XYZ14.028.8927.36-
YUV85.74160.88151.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 144 (56.64% from 255) = 45%
R=36.88%
G=18.12%
B=45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118581440.180.6000.44281.8642.5739.61
Hex763A90123C02C11a2b28
Octal1667222022740544325350
Binary111011011101010010000100101111000101100100011010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763A90; }

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

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

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

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

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

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

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

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