#763AA7

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

Shades of Royal Purple #763AA7

Tints of Royal Purple #763AA7

Color information

#763AA7 (or 0x763AA7) is unknown color: approx Royal Purple. HEX triplet: 76, 3A and A7. RGB value is (118,58,167). Sum of RGB (Red+Green+Blue) = 118+58+167=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 167 (65.62% from 255 or 48.69% from 343); Max value from RGB is 167 - color contains mainly: blue. Hex color #763AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AA7 is #89C558. Grayscale: #575757. Windows color (decimal): -9028953 or 10959478. OLE color: 10959478.

HSL color Cylindrical-coordinate representation of color #763AA7: hue angle of 273.03º 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 #763AA7 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11858167-
CMYK0.290.6500.35
HSL273.03º48.44%44.12%-
HSV(B)273.03º65.27%65.49%-
XYZ15.969.6737.58-
YUV88.37172.38149.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 58 (23.05% from 255) = 16.91%
BLUE value IS 167 (65.62% from 255) = 48.69%
R=34.40%
G=16.91%
B=48.69%

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
Decimal118581670.290.6500.35273.0348.4444.12
Hex763AA71D41023111302c
Octal16672247351010434216054
Binary1110110111010101001111110110000010100011100010001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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