#7533AB

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

Shades of Royal Purple #7533AB

Tints of Royal Purple #7533AB

Color information

#7533AB (or 0x7533AB) is unknown color: approx Royal Purple. HEX triplet: 75, 33 and AB. RGB value is (117,51,171). Sum of RGB (Red+Green+Blue) = 117+51+171=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #7533AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7533AB is #8ACC54. Grayscale: #545454. Windows color (decimal): -9096277 or 11219829. OLE color: 11219829.

HSL color Cylindrical-coordinate representation of color #7533AB: hue angle of 273º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7533AB is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11751171-
CMYK0.320.7000.33
HSL273º54.05%43.53%-
HSV(B)273º70.18%67.06%-
XYZ15.879.0939.45-
YUV84.41176.87151.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=34.51%
G=15.04%
B=50.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117511710.320.7000.3327354.0543.53
Hex7533AB2046021111362c
Octal16563253401060414216654
Binary11101011100111010101110000010001100100001100010001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7533AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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