#7C37AE

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

Shades of Royal Purple #7C37AE

Tints of Royal Purple #7C37AE

Color information

#7C37AE (or 0x7C37AE) is unknown color: approx Royal Purple. HEX triplet: 7C, 37 and AE. RGB value is (124,55,174). Sum of RGB (Red+Green+Blue) = 124+55+174=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C37AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C37AE is #83C851. Grayscale: #585858. Windows color (decimal): -8636498 or 11417468. OLE color: 11417468.

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

Color convert

RGB12455174-
CMYK0.290.6800.32
HSL274.79º51.97%44.9%-
HSV(B)274.79º68.39%68.24%-
XYZ17.3210.0741.08-
YUV89.2175.86152.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 55 (21.88% from 255) = 15.58%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=35.13%
G=15.58%
B=49.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124551740.290.6800.32274.7951.9744.9
Hex7C37AE1D44020113342d
Octal17467256351040404236455
Binary1111100110111101011101110110001000100000100010011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C37AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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