#763092

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

Shades of Vivid Violet #763092

Tints of Vivid Violet #763092

Color information

#763092 (or 0x763092) is unknown color: approx Vivid Violet. HEX triplet: 76, 30 and 92. RGB value is (118,48,146). Sum of RGB (Red+Green+Blue) = 118+48+146=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #763092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763092 is #89CF6D. Grayscale: #4F4F4F. Windows color (decimal): -9031534 or 9580662. OLE color: 9580662.

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

Color convert

RGB11848146-
CMYK0.190.6700.43
HSL282.86º50.52%38.04%-
HSV(B)282.86º67.12%57.25%-
XYZ13.728.0428.02-
YUV80.1165.19155.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=37.82%
G=15.38%
B=46.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118481460.190.6700.43282.8650.5238.04
Hex763092134302B11b3326
Octal16660222231030534336346
Binary1110110110000100100101001110000110101011100011011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763092; }

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

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

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

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

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

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

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

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