#762487

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

Shades of Vivid Violet #762487

Tints of Vivid Violet #762487

Color information

#762487 (or 0x762487) is unknown color: approx Vivid Violet. HEX triplet: 76, 24 and 87. RGB value is (118,36,135). Sum of RGB (Red+Green+Blue) = 118+36+135=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #762487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762487 is #89DB78. Grayscale: #474747. Windows color (decimal): -9034617 or 8856694. OLE color: 8856694.

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

Color convert

RGB11836135-
CMYK0.130.7300.47
HSL289.7º57.89%33.53%-
HSV(B)289.7º73.33%52.94%-
XYZ12.486.8623.59-
YUV71.8163.67160.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 36 (14.45% from 255) = 12.46%
BLUE value IS 135 (53.12% from 255) = 46.71%
R=40.83%
G=12.46%
B=46.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118361350.130.7300.47289.757.8933.53
Hex762487D4902F1223a22
Octal16644207151110574427242
Binary111011010010010000111110110010010101111100100010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762487; }

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

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

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

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

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

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

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

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