#762486

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

Shades of Vivid Violet #762486

Tints of Vivid Violet #762486

Color information

#762486 (or 0x762486) is unknown color: approx Vivid Violet. HEX triplet: 76, 24 and 86. RGB value is (118,36,134). Sum of RGB (Red+Green+Blue) = 118+36+134=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #762486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762486 is #89DB79. Grayscale: #474747. Windows color (decimal): -9034618 or 8791158. OLE color: 8791158.

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

Color convert

RGB11836134-
CMYK0.120.7300.47
HSL290.2º57.65%33.33%-
HSV(B)290.2º73.13%52.55%-
XYZ12.416.8323.22-
YUV71.69163.17161.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 134 (52.73% from 255) = 46.53%
R=40.97%
G=12.5%
B=46.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118361340.120.7300.47290.257.6533.33
Hex762486C4902F1223a21
Octal16644206141110574427241
Binary111011010010010000110110010010010101111100100010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762486; }

 p { color: rgb(118,36,134); }

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

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

 a { background-color: rgb(118,36,134); }

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

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

 span { border-color: rgb(118,36,134); }

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