#7538AC

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

Shades of Royal Purple #7538AC

Tints of Royal Purple #7538AC

Color information

#7538AC (or 0x7538AC) is unknown color: approx Royal Purple. HEX triplet: 75, 38 and AC. RGB value is (117,56,172). Sum of RGB (Red+Green+Blue) = 117+56+172=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #7538AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7538AC is #8AC753. Grayscale: #575757. Windows color (decimal): -9094996 or 11286645. OLE color: 11286645.

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

Color convert

RGB11756172-
CMYK0.320.6700.33
HSL271.55º50.88%44.71%-
HSV(B)271.55º67.44%67.45%-
XYZ16.29.5940.03-
YUV87.46175.71149.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 172 (67.58% from 255) = 49.86%
R=33.91%
G=16.23%
B=49.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117561720.320.6700.33271.5550.8844.71
Hex7538AC2043021110332d
Octal16570254401030414206355
Binary11101011110001010110010000010000110100001100010000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7538AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7538AC; }

 p { color: rgb(117,56,172); }

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

<style>
 a { background-color: #7538AC; }

 a { background-color: rgb(117,56,172); }

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

<style>
 span { border-color: #7538AC; }

 span { border-color: rgb(117,56,172); }

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