#7631AE

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

Shades of Royal Purple #7631AE

Tints of Royal Purple #7631AE

Color information

#7631AE (or 0x7631AE) is unknown color: approx Royal Purple. HEX triplet: 76, 31 and AE. RGB value is (118,49,174). Sum of RGB (Red+Green+Blue) = 118+49+174=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #7631AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7631AE is #89CE51. Grayscale: #535353. Windows color (decimal): -9031250 or 11415926. OLE color: 11415926.

HSL color Cylindrical-coordinate representation of color #7631AE: hue angle of 273.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7631AE is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11849174-
CMYK0.320.7200.32
HSL273.12º56.05%43.73%-
HSV(B)273.12º71.84%68.24%-
XYZ16.219.140.95-
YUV83.88178.86152.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=34.60%
G=14.37%
B=51.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118491740.320.7200.32273.1256.0543.73
Hex7631AE2048020111382c
Octal16661256401100404217054
Binary11101101100011010111010000010010000100000100010001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7631AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7631AE; }

 p { color: rgb(118,49,174); }

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

<style>
 a { background-color: #7631AE; }

 a { background-color: rgb(118,49,174); }

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

<style>
 span { border-color: #7631AE; }

 span { border-color: rgb(118,49,174); }

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