#7C38AE

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

Shades of Royal Purple #7C38AE

Tints of Royal Purple #7C38AE

Color information

#7C38AE (or 0x7C38AE) is unknown color: approx Royal Purple. HEX triplet: 7C, 38 and AE. RGB value is (124,56,174). Sum of RGB (Red+Green+Blue) = 124+56+174=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C38AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C38AE is #83C751. Grayscale: #595959. Windows color (decimal): -8636242 or 11417724. OLE color: 11417724.

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

Color convert

RGB12456174-
CMYK0.290.6800.32
HSL274.58º51.3%45.1%-
HSV(B)274.58º67.82%68.24%-
XYZ17.3710.1741.09-
YUV89.78175.53152.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.03%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=35.03%
G=15.82%
B=49.15%

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
Decimal124561740.290.6800.32274.5851.345.1
Hex7C38AE1D44020113332d
Octal17470256351040404236355
Binary1111100111000101011101110110001000100000100010011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C38AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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