#763299

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

Shades of Vivid Violet #763299

Tints of Vivid Violet #763299

Color information

#763299 (or 0x763299) is unknown color: approx Vivid Violet. HEX triplet: 76, 32 and 99. RGB value is (118,50,153). Sum of RGB (Red+Green+Blue) = 118+50+153=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #763299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763299 is #89CD66. Grayscale: #515151. Windows color (decimal): -9031015 or 10039926. OLE color: 10039926.

HSL color Cylindrical-coordinate representation of color #763299: hue angle of 279.61º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763299 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11850153-
CMYK0.230.6700.4
HSL279.61º50.74%39.8%-
HSV(B)279.61º67.32%60%-
XYZ14.368.4331.01-
YUV82.07168.03153.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=36.76%
G=15.58%
B=47.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118501530.230.6700.4279.6150.7439.8
Hex76329917430281183328
Octal16662231271030504306350
Binary1110110110010100110011011110000110101000100011000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763299; }

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

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

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

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

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

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

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

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