#7C39A6

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

Shades of Royal Purple #7C39A6

Tints of Royal Purple #7C39A6

Color information

#7C39A6 (or 0x7C39A6) is unknown color: approx Royal Purple. HEX triplet: 7C, 39 and A6. RGB value is (124,57,166). Sum of RGB (Red+Green+Blue) = 124+57+166=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #7C39A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C39A6 is #83C659. Grayscale: #595959. Windows color (decimal): -8635994 or 10893692. OLE color: 10893692.

HSL color Cylindrical-coordinate representation of color #7C39A6: hue angle of 276.88º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C39A6 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12457166-
CMYK0.250.6600.35
HSL276.88º48.88%43.73%-
HSV(B)276.88º65.66%65.1%-
XYZ16.669.9637.12-
YUV89.46171.2152.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 166 (65.23% from 255) = 47.84%
R=35.73%
G=16.43%
B=47.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124571660.250.6600.35276.8848.8843.73
Hex7C39A61942023115312c
Octal17471246311020434256154
Binary1111100111001101001101100110000100100011100010101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C39A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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