#763792

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

Shades of Vivid Violet #763792

Tints of Vivid Violet #763792

Color information

#763792 (or 0x763792) is unknown color: approx Vivid Violet. HEX triplet: 76, 37 and 92. RGB value is (118,55,146). Sum of RGB (Red+Green+Blue) = 118+55+146=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #763792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763792 is #89C86D. Grayscale: #535353. Windows color (decimal): -9029742 or 9582454. OLE color: 9582454.

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

Color convert

RGB11855146-
CMYK0.190.6200.43
HSL281.54º45.27%39.41%-
HSV(B)281.54º62.33%57.25%-
XYZ14.038.6628.13-
YUV84.21162.87152.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=36.99%
G=17.24%
B=45.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118551460.190.6200.43281.5445.2739.41
Hex763792133E02B11a2d27
Octal1666722223760534325547
Binary111011011011110010010100111111100101011100011010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763792; }

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

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

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

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

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

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

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

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