#762785

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

Shades of Vivid Violet #762785

Tints of Vivid Violet #762785

Color information

#762785 (or 0x762785) is unknown color: approx Vivid Violet. HEX triplet: 76, 27 and 85. RGB value is (118,39,133). Sum of RGB (Red+Green+Blue) = 118+39+133=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #762785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762785 is #89D87A. Grayscale: #494949. Windows color (decimal): -9033851 or 8726390. OLE color: 8726390.

HSL color Cylindrical-coordinate representation of color #762785: hue angle of 290.43º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762785 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11839133-
CMYK0.110.7100.48
HSL290.43º54.65%33.73%-
HSV(B)290.43º70.68%52.16%-
XYZ12.43722.89-
YUV73.34161.67159.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=40.69%
G=13.45%
B=45.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118391330.110.7100.48290.4354.6533.73
Hex762785B470301223722
Octal16647205131070604426742
Binary111011010011110000101101110001110110000100100010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762785; }

 p { color: rgb(118,39,133); }

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

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

 a { background-color: rgb(118,39,133); }

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

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

 span { border-color: rgb(118,39,133); }

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