#763292

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

Shades of Vivid Violet #763292

Tints of Vivid Violet #763292

Color information

#763292 (or 0x763292) is unknown color: approx Vivid Violet. HEX triplet: 76, 32 and 92. RGB value is (118,50,146). Sum of RGB (Red+Green+Blue) = 118+50+146=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #763292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763292 is #89CD6D. Grayscale: #505050. Windows color (decimal): -9031022 or 9581174. OLE color: 9581174.

HSL color Cylindrical-coordinate representation of color #763292: hue angle of 282.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763292 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11850146-
CMYK0.190.6600.43
HSL282.5º48.98%38.43%-
HSV(B)282.5º65.75%57.25%-
XYZ13.88.2128.05-
YUV81.28164.53154.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=37.58%
G=15.92%
B=46.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118501460.190.6600.43282.548.9838.43
Hex763292134202B11a3126
Octal16662222231020534326146
Binary1110110110010100100101001110000100101011100011010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763292; }

 p { color: rgb(118,50,146); }

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

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

 a { background-color: rgb(118,50,146); }

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

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

 span { border-color: rgb(118,50,146); }

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