#7539AB

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

Shades of Royal Purple #7539AB

Tints of Royal Purple #7539AB

Color information

#7539AB (or 0x7539AB) is unknown color: approx Royal Purple. HEX triplet: 75, 39 and AB. RGB value is (117,57,171). Sum of RGB (Red+Green+Blue) = 117+57+171=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #7539AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7539AB is #8AC654. Grayscale: #575757. Windows color (decimal): -9094741 or 11221365. OLE color: 11221365.

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

Color convert

RGB11757171-
CMYK0.320.6700.33
HSL271.58º50%44.71%-
HSV(B)271.58º66.67%67.06%-
XYZ16.159.6539.54-
YUV87.94174.88148.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=33.91%
G=16.52%
B=49.57%

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
Decimal117571710.320.6700.33271.585044.71
Hex7539AB2043021110322d
Octal16571253401030414206255
Binary11101011110011010101110000010000110100001100010000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7539AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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