#762585

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

Shades of Vivid Violet #762585

Tints of Vivid Violet #762585

Color information

#762585 (or 0x762585) is unknown color: approx Vivid Violet. HEX triplet: 76, 25 and 85. RGB value is (118,37,133). Sum of RGB (Red+Green+Blue) = 118+37+133=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #762585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762585 is #89DA7A. Grayscale: #474747. Windows color (decimal): -9034363 or 8725878. OLE color: 8725878.

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

Color convert

RGB11837133-
CMYK0.110.7200.48
HSL290.62º56.47%33.33%-
HSV(B)290.62º72.18%52.16%-
XYZ12.376.8722.86-
YUV72.16162.34160.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=40.97%
G=12.85%
B=46.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118371330.110.7200.48290.6256.4733.33
Hex762585B480301233821
Octal16645205131100604437041
Binary111011010010110000101101110010000110000100100011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762585; }

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

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

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

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

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

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

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

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