#7831A5

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

Shades of Royal Purple #7831A5

Tints of Royal Purple #7831A5

Color information

#7831A5 (or 0x7831A5) is unknown color: approx Royal Purple. HEX triplet: 78, 31 and A5. RGB value is (120,49,165). Sum of RGB (Red+Green+Blue) = 120+49+165=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 165 (64.84% from 255 or 49.40% from 334); Max value from RGB is 165 - color contains mainly: blue. Hex color #7831A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7831A5 is #87CE5A. Grayscale: #535353. Windows color (decimal): -8900187 or 10826104. OLE color: 10826104.

HSL color Cylindrical-coordinate representation of color #7831A5: hue angle of 276.72º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7831A5 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12049165-
CMYK0.270.7000.35
HSL276.72º54.21%41.96%-
HSV(B)276.72º70.3%64.71%-
XYZ15.648.9136.49-
YUV83.45174.02154.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 165 (64.84% from 255) = 49.40%
R=35.93%
G=14.67%
B=49.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120491650.270.7000.35276.7254.2141.96
Hex7831A51B46023115362a
Octal17061245331060434256652
Binary1111000110001101001011101110001100100011100010101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7831A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7831A5; }

 p { color: rgb(120,49,165); }

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

<style>
 a { background-color: #7831A5; }

 a { background-color: rgb(120,49,165); }

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

<style>
 span { border-color: #7831A5; }

 span { border-color: rgb(120,49,165); }

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