#7E34AC

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

Shades of Royal Purple #7E34AC

Tints of Royal Purple #7E34AC

Color information

#7E34AC (or 0x7E34AC) is unknown color: approx Royal Purple. HEX triplet: 7E, 34 and AC. RGB value is (126,52,172). Sum of RGB (Red+Green+Blue) = 126+52+172=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E34AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E34AC is #81CB53. Grayscale: #575757. Windows color (decimal): -8506196 or 11285630. OLE color: 11285630.

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

Color convert

RGB12652172-
CMYK0.270.7000.33
HSL277º53.57%43.92%-
HSV(B)277º69.77%67.45%-
XYZ17.289.8740.02-
YUV87.81175.52155.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36%
GREEN value IS 52 (20.70% from 255) = 14.86%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=36%
G=14.86%
B=49.14%

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
Decimal126521720.270.7000.3327753.5743.92
Hex7E34AC1B46021115362c
Octal17664254331060414256654
Binary1111110110100101011001101110001100100001100010101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E34AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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