#761B90

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

Shades of Vivid Violet #761B90

Tints of Vivid Violet #761B90

Color information

#761B90 (or 0x761B90) is unknown color: approx Vivid Violet. HEX triplet: 76, 1B and 90. RGB value is (118,27,144). Sum of RGB (Red+Green+Blue) = 118+27+144=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #761B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761B90 is #89E46F. Grayscale: #434343. Windows color (decimal): -9036912 or 9444214. OLE color: 9444214.

HSL color Cylindrical-coordinate representation of color #761B90: hue angle of 286.67º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761B90 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11827144-
CMYK0.180.8100.44
HSL286.67º68.42%33.53%-
HSV(B)286.67º81.25%56.47%-
XYZ12.96.6526.99-
YUV67.55171.15163.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 27 (10.94% from 255) = 9.34%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=40.83%
G=9.34%
B=49.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118271440.180.8100.44286.6768.4233.53
Hex761B90125102C11f4422
Octal166332202212105443710442
Binary1110110110111001000010010101000101011001000111111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,27,144); }

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

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

 a { background-color: rgb(118,27,144); }

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

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

 span { border-color: rgb(118,27,144); }

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