#7437AE

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

Shades of Royal Purple #7437AE

Tints of Royal Purple #7437AE

Color information

#7437AE (or 0x7437AE) is unknown color: approx Royal Purple. HEX triplet: 74, 37 and AE. RGB value is (116,55,174). Sum of RGB (Red+Green+Blue) = 116+55+174=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #7437AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7437AE is #8BC851. Grayscale: #565656. Windows color (decimal): -9160786 or 11417460. OLE color: 11417460.

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

Color convert

RGB11655174-
CMYK0.330.6800.32
HSL270.76º51.97%44.9%-
HSV(B)270.76º68.39%68.24%-
XYZ16.219.541.02-
YUV86.8177.21148.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 55 (21.88% from 255) = 15.94%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=33.62%
G=15.94%
B=50.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116551740.330.6800.32270.7651.9744.9
Hex7437AE214402010f342d
Octal16467256411040404176455
Binary11101001101111010111010000110001000100000100001111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7437AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,55,174); }

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

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

 a { background-color: rgb(116,55,174); }

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

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

 span { border-color: rgb(116,55,174); }

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