#7C39AC

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

Shades of Royal Purple #7C39AC

Tints of Royal Purple #7C39AC

Color information

#7C39AC (or 0x7C39AC) is unknown color: approx Royal Purple. HEX triplet: 7C, 39 and AC. RGB value is (124,57,172). Sum of RGB (Red+Green+Blue) = 124+57+172=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C39AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C39AC is #83C653. Grayscale: #595959. Windows color (decimal): -8635988 or 11286908. OLE color: 11286908.

HSL color Cylindrical-coordinate representation of color #7C39AC: hue angle of 274.96º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C39AC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12457172-
CMYK0.280.6700.33
HSL274.96º50.22%44.9%-
HSV(B)274.96º66.86%67.45%-
XYZ17.2210.1940.09-
YUV90.14174.2152.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=35.13%
G=16.15%
B=48.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124571720.280.6700.33274.9650.2244.9
Hex7C39AC1C43021113322d
Octal17471254341030414236255
Binary1111100111001101011001110010000110100001100010011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C39AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,172); }

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

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

 a { background-color: rgb(124,57,172); }

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

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

 span { border-color: rgb(124,57,172); }

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