#7D39AB

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

Shades of Royal Purple #7D39AB

Tints of Royal Purple #7D39AB

Color information

#7D39AB (or 0x7D39AB) is unknown color: approx Royal Purple. HEX triplet: 7D, 39 and AB. RGB value is (125,57,171). Sum of RGB (Red+Green+Blue) = 125+57+171=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D39AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D39AB is #82C654. Grayscale: #595959. Windows color (decimal): -8570453 or 11221373. OLE color: 11221373.

HSL color Cylindrical-coordinate representation of color #7D39AB: hue angle of 275.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D39AB is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12557171-
CMYK0.270.6700.33
HSL275.79º50%44.71%-
HSV(B)275.79º66.67%67.06%-
XYZ17.2710.2339.59-
YUV90.33173.53152.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.41%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=35.41%
G=16.15%
B=48.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125571710.270.6700.33275.795044.71
Hex7D39AB1B43021114322d
Octal17571253331030414246255
Binary1111101111001101010111101110000110100001100010100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D39AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,57,171); }

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

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

 a { background-color: rgb(125,57,171); }

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

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

 span { border-color: rgb(125,57,171); }

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