#762383

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

Shades of Vivid Violet #762383

Tints of Vivid Violet #762383

Color information

#762383 (or 0x762383) is unknown color: approx Vivid Violet. HEX triplet: 76, 23 and 83. RGB value is (118,35,131). Sum of RGB (Red+Green+Blue) = 118+35+131=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #762383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762383 is #89DC7C. Grayscale: #464646. Windows color (decimal): -9034877 or 8594294. OLE color: 8594294.

HSL color Cylindrical-coordinate representation of color #762383: hue angle of 291.88º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762383 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11835131-
CMYK0.100.7300.49
HSL291.88º57.83%32.55%-
HSV(B)291.88º73.28%51.37%-
XYZ12.176.6922.12-
YUV70.76162161.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=41.55%
G=12.32%
B=46.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118351310.100.7300.49291.8857.8332.55
Hex762383A490311243a21
Octal16643203121110614447241
Binary111011010001110000011101010010010110001100100100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762383; }

 p { color: rgb(118,35,131); }

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

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

 a { background-color: rgb(118,35,131); }

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

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

 span { border-color: rgb(118,35,131); }

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