#762988

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

Shades of Vivid Violet #762988

Tints of Vivid Violet #762988

Color information

#762988 (or 0x762988) is unknown color: approx Vivid Violet. HEX triplet: 76, 29 and 88. RGB value is (118,41,136). Sum of RGB (Red+Green+Blue) = 118+41+136=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #762988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762988 is #89D677. Grayscale: #4A4A4A. Windows color (decimal): -9033336 or 8923510. OLE color: 8923510.

HSL color Cylindrical-coordinate representation of color #762988: hue angle of 288.63º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762988 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11841136-
CMYK0.130.7000.47
HSL288.63º53.67%34.71%-
HSV(B)288.63º69.85%53.33%-
XYZ12.717.2224.02-
YUV74.85162.51158.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=40%
G=13.90%
B=46.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118411360.130.7000.47288.6353.6734.71
Hex762988D4602F1213623
Octal16651210151060574416643
Binary111011010100110001000110110001100101111100100001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762988; }

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

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

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

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

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

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

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

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