#763AA6

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

Shades of Royal Purple #763AA6

Tints of Royal Purple #763AA6

Color information

#763AA6 (or 0x763AA6) is unknown color: approx Royal Purple. HEX triplet: 76, 3A and A6. RGB value is (118,58,166). Sum of RGB (Red+Green+Blue) = 118+58+166=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #763AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AA6 is #89C559. Grayscale: #575757. Windows color (decimal): -9028954 or 10893942. OLE color: 10893942.

HSL color Cylindrical-coordinate representation of color #763AA6: hue angle of 273.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #763AA6 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11858166-
CMYK0.290.6500.35
HSL273.33º48.21%43.92%-
HSV(B)273.33º65.06%65.1%-
XYZ15.879.6337.1-
YUV88.25171.88149.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 166 (65.23% from 255) = 48.54%
R=34.50%
G=16.96%
B=48.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118581660.290.6500.35273.3348.2143.92
Hex763AA61D41023111302c
Octal16672246351010434216054
Binary1110110111010101001101110110000010100011100010001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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