#761D85

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

Shades of Vivid Violet #761D85

Tints of Vivid Violet #761D85

Color information

#761D85 (or 0x761D85) is unknown color: approx Vivid Violet. HEX triplet: 76, 1D and 85. RGB value is (118,29,133). Sum of RGB (Red+Green+Blue) = 118+29+133=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #761D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761D85 is #89E27A. Grayscale: #434343. Windows color (decimal): -9036411 or 8723830. OLE color: 8723830.

HSL color Cylindrical-coordinate representation of color #761D85: hue angle of 291.35º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761D85 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11829133-
CMYK0.110.7800.48
HSL291.35º64.2%31.76%-
HSV(B)291.35º78.2%52.16%-
XYZ12.146.4222.79-
YUV67.47164.99164.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 29 (11.72% from 255) = 10.36%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=42.14%
G=10.36%
B=47.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118291330.110.7800.48291.3564.231.76
Hex761D85B4E0301234020
Octal166352051311606044310040
Binary111011011101100001011011100111001100001001000111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761D85; }

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

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

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

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

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

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

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

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