#763E99

Color #763E99 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #763E99

Tints of Royal Purple #763E99

Color information

#763E99 (or 0x763E99) is unknown color: approx Royal Purple. HEX triplet: 76, 3E and 99. RGB value is (118,62,153). Sum of RGB (Red+Green+Blue) = 118+62+153=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #763E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763E99 is #89C166. Grayscale: #585858. Windows color (decimal): -9027943 or 10042998. OLE color: 10042998.

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

Color convert

RGB11862153-
CMYK0.230.5900.4
HSL276.92º42.33%42.16%-
HSV(B)276.92º59.48%60%-
XYZ14.949.631.2-
YUV89.12164.05148.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 62 (24.61% from 255) = 18.62%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=35.44%
G=18.62%
B=45.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118621530.230.5900.4276.9242.3342.16
Hex763E99173B0281152a2a
Octal1667623127730504255252
Binary111011011111010011001101111110110101000100010101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763E99; }

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

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

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

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

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

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

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

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