#7A35AE

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

Shades of Royal Purple #7A35AE

Tints of Royal Purple #7A35AE

Color information

#7A35AE (or 0x7A35AE) is unknown color: approx Royal Purple. HEX triplet: 7A, 35 and AE. RGB value is (122,53,174). Sum of RGB (Red+Green+Blue) = 122+53+174=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A35AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A35AE is #85CA51. Grayscale: #575757. Windows color (decimal): -8768082 or 11416954. OLE color: 11416954.

HSL color Cylindrical-coordinate representation of color #7A35AE: hue angle of 274.21º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A35AE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12253174-
CMYK0.300.7000.32
HSL274.21º53.3%44.51%-
HSV(B)274.21º69.54%68.24%-
XYZ16.949.7441.03-
YUV87.42176.86152.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=34.96%
G=15.19%
B=49.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122531740.300.7000.32274.2153.344.51
Hex7A35AE1E46020112352d
Octal17265256361060404226555
Binary1111010110101101011101111010001100100000100010010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A35AE; }

 p { color: rgb(122,53,174); }

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

<style>
 a { background-color: #7A35AE; }

 a { background-color: rgb(122,53,174); }

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

<style>
 span { border-color: #7A35AE; }

 span { border-color: rgb(122,53,174); }

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