#7D32AA

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

Shades of Royal Purple #7D32AA

Tints of Royal Purple #7D32AA

Color information

#7D32AA (or 0x7D32AA) is unknown color: approx Royal Purple. HEX triplet: 7D, 32 and AA. RGB value is (125,50,170). Sum of RGB (Red+Green+Blue) = 125+50+170=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D32AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D32AA is #82CD55. Grayscale: #555555. Windows color (decimal): -8572246 or 11154045. OLE color: 11154045.

HSL color Cylindrical-coordinate representation of color #7D32AA: hue angle of 277.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D32AA is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12550170-
CMYK0.260.7100.33
HSL277.5º54.55%43.14%-
HSV(B)277.5º70.59%66.67%-
XYZ16.859.5438.98-
YUV86.1175.35155.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=36.23%
G=14.49%
B=49.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125501700.260.7100.33277.554.5543.14
Hex7D32AA1A47021116372b
Octal17562252321070414266753
Binary1111101110010101010101101010001110100001100010110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D32AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D32AA; }

 p { color: rgb(125,50,170); }

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

<style>
 a { background-color: #7D32AA; }

 a { background-color: rgb(125,50,170); }

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

<style>
 span { border-color: #7D32AA; }

 span { border-color: rgb(125,50,170); }

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