#763F99

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

Shades of Royal Purple #763F99

Tints of Royal Purple #763F99

Color information

#763F99 (or 0x763F99) is unknown color: approx Royal Purple. HEX triplet: 76, 3F and 99. RGB value is (118,63,153). Sum of RGB (Red+Green+Blue) = 118+63+153=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #763F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763F99 is #89C066. Grayscale: #595959. Windows color (decimal): -9027687 or 10043254. OLE color: 10043254.

HSL color Cylindrical-coordinate representation of color #763F99: hue angle of 276.67º 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 #763F99 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11863153-
CMYK0.230.5900.4
HSL276.67º41.67%42.35%-
HSV(B)276.67º58.82%60%-
XYZ159.7131.22-
YUV89.7163.72148.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=35.33%
G=18.86%
B=45.81%

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
Decimal118631530.230.5900.4276.6741.6742.35
Hex763F99173B0281152a2a
Octal1667723127730504255252
Binary111011011111110011001101111110110101000100010101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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