#763287

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

Shades of Vivid Violet #763287

Tints of Vivid Violet #763287

Color information

#763287 (or 0x763287) is unknown color: approx Vivid Violet. HEX triplet: 76, 32 and 87. RGB value is (118,50,135). Sum of RGB (Red+Green+Blue) = 118+50+135=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #763287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763287 is #89CD78. Grayscale: #4F4F4F. Windows color (decimal): -9031033 or 8860278. OLE color: 8860278.

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

Color convert

RGB11850135-
CMYK0.130.6300.47
HSL288º45.95%36.27%-
HSV(B)288º62.96%52.94%-
XYZ12.987.8823.76-
YUV80.02159.03155.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=38.94%
G=16.50%
B=44.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118501350.130.6300.4728845.9536.27
Hex763287D3F02F1202e24
Octal1666220715770574405644
Binary11101101100101000011111011111110101111100100000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763287; }

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

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

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

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

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

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

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

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