#763498

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

Shades of Vivid Violet #763498

Tints of Vivid Violet #763498

Color information

#763498 (or 0x763498) is unknown color: approx Vivid Violet. HEX triplet: 76, 34 and 98. RGB value is (118,52,152). Sum of RGB (Red+Green+Blue) = 118+52+152=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #763498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763498 is #89CB67. Grayscale: #525252. Windows color (decimal): -9030504 or 9974902. OLE color: 9974902.

HSL color Cylindrical-coordinate representation of color #763498: hue angle of 279.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763498 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11852152-
CMYK0.220.6600.40
HSL279.6º49.02%40%-
HSV(B)279.6º65.79%59.61%-
XYZ14.378.5730.6-
YUV83.13166.87152.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 52 (20.70% from 255) = 16.15%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=36.65%
G=16.15%
B=47.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118521520.220.6600.40279.649.0240
Hex76349816420281183128
Octal16664230261020504306150
Binary1110110110100100110001011010000100101000100011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763498; }

 p { color: rgb(118,52,152); }

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

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

 a { background-color: rgb(118,52,152); }

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

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

 span { border-color: rgb(118,52,152); }

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