#7534AD

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

Shades of Royal Purple #7534AD

Tints of Royal Purple #7534AD

Color information

#7534AD (or 0x7534AD) is unknown color: approx Royal Purple. HEX triplet: 75, 34 and AD. RGB value is (117,52,173). Sum of RGB (Red+Green+Blue) = 117+52+173=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #7534AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7534AD is #8ACB52. Grayscale: #545454. Windows color (decimal): -9096019 or 11351157. OLE color: 11351157.

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

Color convert

RGB11752173-
CMYK0.320.7000.32
HSL272.23º53.78%44.12%-
HSV(B)272.23º69.94%67.84%-
XYZ16.119.2640.47-
YUV85.23177.53150.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=34.21%
G=15.20%
B=50.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117521730.320.7000.32272.2353.7844.12
Hex7534AD2046020110362c
Octal16564255401060404206654
Binary11101011101001010110110000010001100100000100010000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7534AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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