#7735AE

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

Shades of Royal Purple #7735AE

Tints of Royal Purple #7735AE

Color information

#7735AE (or 0x7735AE) is unknown color: approx Royal Purple. HEX triplet: 77, 35 and AE. RGB value is (119,53,174). Sum of RGB (Red+Green+Blue) = 119+53+174=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #7735AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7735AE is #88CA51. Grayscale: #565656. Windows color (decimal): -8964690 or 11416951. OLE color: 11416951.

HSL color Cylindrical-coordinate representation of color #7735AE: hue angle of 272.73º 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 #7735AE is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11953174-
CMYK0.320.7000.32
HSL272.73º53.3%44.51%-
HSV(B)272.73º69.54%68.24%-
XYZ16.529.5241.01-
YUV86.53177.37151.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=34.39%
G=15.32%
B=50.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119531740.320.7000.32272.7353.344.51
Hex7735AE2046020111352d
Octal16765256401060404216555
Binary11101111101011010111010000010001100100000100010001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7735AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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