#763093

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

Shades of Vivid Violet #763093

Tints of Vivid Violet #763093

Color information

#763093 (or 0x763093) is unknown color: approx Vivid Violet. HEX triplet: 76, 30 and 93. RGB value is (118,48,147). Sum of RGB (Red+Green+Blue) = 118+48+147=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #763093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763093 is #89CF6C. Grayscale: #4F4F4F. Windows color (decimal): -9031533 or 9646198. OLE color: 9646198.

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

Color convert

RGB11848147-
CMYK0.200.6700.42
HSL282.42º50.77%38.24%-
HSV(B)282.42º67.35%57.65%-
XYZ13.798.0728.43-
YUV80.22165.69154.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=37.70%
G=15.34%
B=46.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118481470.200.6700.42282.4250.7738.24
Hex763093144302A11a3326
Octal16660223241030524326346
Binary1110110110000100100111010010000110101010100011010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763093; }

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

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

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

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

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

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

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

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