#7533A3

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

Shades of Royal Purple #7533A3

Tints of Royal Purple #7533A3

Color information

#7533A3 (or 0x7533A3) is unknown color: approx Royal Purple. HEX triplet: 75, 33 and A3. RGB value is (117,51,163). Sum of RGB (Red+Green+Blue) = 117+51+163=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #7533A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7533A3 is #8ACC5C. Grayscale: #535353. Windows color (decimal): -9096285 or 10695541. OLE color: 10695541.

HSL color Cylindrical-coordinate representation of color #7533A3: hue angle of 275.36º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7533A3 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11751163-
CMYK0.280.6900.36
HSL275.36º52.34%41.96%-
HSV(B)275.36º68.71%63.92%-
XYZ15.138.7935.55-
YUV83.5172.87151.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 163 (64.06% from 255) = 49.24%
R=35.35%
G=15.41%
B=49.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117511630.280.6900.36275.3652.3441.96
Hex7533A31C45024113342a
Octal16563243341050444236452
Binary1110101110011101000111110010001010100100100010011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7533A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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