#763EA1

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

Shades of Royal Purple #763EA1

Tints of Royal Purple #763EA1

Color information

#763EA1 (or 0x763EA1) is unknown color: approx Royal Purple. HEX triplet: 76, 3E and A1. RGB value is (118,62,161). Sum of RGB (Red+Green+Blue) = 118+62+161=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #763EA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763EA1 is #89C15E. Grayscale: #595959. Windows color (decimal): -9027935 or 10567286. OLE color: 10567286.

HSL color Cylindrical-coordinate representation of color #763EA1: hue angle of 273.94º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763EA1 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11862161-
CMYK0.270.6100.37
HSL273.94º44.39%43.73%-
HSV(B)273.94º61.49%63.14%-
XYZ15.639.8734.8-
YUV90.03168.05147.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 161 (63.28% from 255) = 47.21%
R=34.60%
G=18.18%
B=47.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal118621610.270.6100.37273.9444.3943.73
Hex763EA11B3D0251122c2c
Octal1667624133750454225454
Binary111011011111010100001110111111010100101100010010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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