#7523AB

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

Shades of Royal Purple #7523AB

Tints of Royal Purple #7523AB

Color information

#7523AB (or 0x7523AB) is unknown color: approx Royal Purple. HEX triplet: 75, 23 and AB. RGB value is (117,35,171). Sum of RGB (Red+Green+Blue) = 117+35+171=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #7523AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7523AB is #8ADC54. Grayscale: #4A4A4A. Windows color (decimal): -9100373 or 11215733. OLE color: 11215733.

HSL color Cylindrical-coordinate representation of color #7523AB: hue angle of 276.18º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7523AB is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11735171-
CMYK0.320.8000.33
HSL276.18º66.02%40.39%-
HSV(B)276.18º79.53%67.06%-
XYZ15.297.9239.25-
YUV75.02182.17157.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 35 (14.06% from 255) = 10.84%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=36.22%
G=10.84%
B=52.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117351710.320.8000.33276.1866.0240.39
Hex7523AB20500211144228
Octal165432534012004142410250
Binary111010110001110101011100000101000001000011000101001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7523AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7523AB; }

 p { color: rgb(117,35,171); }

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

<style>
 a { background-color: #7523AB; }

 a { background-color: rgb(117,35,171); }

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

<style>
 span { border-color: #7523AB; }

 span { border-color: rgb(117,35,171); }

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