#7D34AC

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

Shades of Royal Purple #7D34AC

Tints of Royal Purple #7D34AC

Color information

#7D34AC (or 0x7D34AC) is unknown color: approx Royal Purple. HEX triplet: 7D, 34 and AC. RGB value is (125,52,172). Sum of RGB (Red+Green+Blue) = 125+52+172=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D34AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D34AC is #82CB53. Grayscale: #575757. Windows color (decimal): -8571732 or 11285629. OLE color: 11285629.

HSL color Cylindrical-coordinate representation of color #7D34AC: hue angle of 276.5º 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 #7D34AC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12552172-
CMYK0.270.7000.33
HSL276.5º53.57%43.92%-
HSV(B)276.5º69.77%67.45%-
XYZ17.139.7940.02-
YUV87.51175.68154.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 52 (20.70% from 255) = 14.90%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=35.82%
G=14.90%
B=49.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125521720.270.7000.33276.553.5743.92
Hex7D34AC1B46021114362c
Octal17564254331060414246654
Binary1111101110100101011001101110001100100001100010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D34AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,52,172); }

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

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

 a { background-color: rgb(125,52,172); }

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

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

 span { border-color: rgb(125,52,172); }

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