#763A99

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

Shades of Royal Purple #763A99

Tints of Royal Purple #763A99

Color information

#763A99 (or 0x763A99) is unknown color: approx Royal Purple. HEX triplet: 76, 3A and 99. RGB value is (118,58,153). Sum of RGB (Red+Green+Blue) = 118+58+153=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #763A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763A99 is #89C566. Grayscale: #565656. Windows color (decimal): -9028967 or 10041974. OLE color: 10041974.

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

Color convert

RGB11858153-
CMYK0.230.6200.4
HSL277.89º45.02%41.37%-
HSV(B)277.89º62.09%60%-
XYZ14.739.1831.13-
YUV86.77165.38150.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=35.87%
G=17.63%
B=46.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118581530.230.6200.4277.8945.0241.37
Hex763A99173E0281162d29
Octal1667223127760504265551
Binary111011011101010011001101111111100101000100010110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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