#763988

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

Shades of Vivid Violet #763988

Tints of Vivid Violet #763988

Color information

#763988 (or 0x763988) is unknown color: approx Vivid Violet. HEX triplet: 76, 39 and 88. RGB value is (118,57,136). Sum of RGB (Red+Green+Blue) = 118+57+136=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #763988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763988 is #89C677. Grayscale: #535353. Windows color (decimal): -9029240 or 8927606. OLE color: 8927606.

HSL color Cylindrical-coordinate representation of color #763988: hue angle of 286.33º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763988 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11857136-
CMYK0.130.5800.47
HSL286.33º40.93%37.84%-
HSV(B)286.33º58.09%53.33%-
XYZ13.388.5624.24-
YUV84.24157.21152.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=37.94%
G=18.33%
B=43.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118571360.130.5800.47286.3340.9337.84
Hex763988D3A02F11e2926
Octal1667121015720574365146
Binary11101101110011000100011011110100101111100011110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763988; }

 p { color: rgb(118,57,136); }

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

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

 a { background-color: rgb(118,57,136); }

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

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

 span { border-color: rgb(118,57,136); }

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