#7534AB

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

Shades of Royal Purple #7534AB

Tints of Royal Purple #7534AB

Color information

#7534AB (or 0x7534AB) is unknown color: approx Royal Purple. HEX triplet: 75, 34 and AB. RGB value is (117,52,171). Sum of RGB (Red+Green+Blue) = 117+52+171=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #7534AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7534AB is #8ACB54. Grayscale: #545454. Windows color (decimal): -9096021 or 11220085. OLE color: 11220085.

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

Color convert

RGB11752171-
CMYK0.320.7000.33
HSL272.77º53.36%43.73%-
HSV(B)272.77º69.59%67.06%-
XYZ15.919.1839.46-
YUV85176.53150.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 52 (20.70% from 255) = 15.29%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=34.41%
G=15.29%
B=50.29%

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
Decimal117521710.320.7000.33272.7753.3643.73
Hex7534AB2046021111352c
Octal16564253401060414216554
Binary11101011101001010101110000010001100100001100010001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7534AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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