#7D39A7

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

Shades of Royal Purple #7D39A7

Tints of Royal Purple #7D39A7

Color information

#7D39A7 (or 0x7D39A7) is unknown color: approx Royal Purple. HEX triplet: 7D, 39 and A7. RGB value is (125,57,167). Sum of RGB (Red+Green+Blue) = 125+57+167=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #7D39A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D39A7 is #82C658. Grayscale: #595959. Windows color (decimal): -8570457 or 10959229. OLE color: 10959229.

HSL color Cylindrical-coordinate representation of color #7D39A7: hue angle of 277.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D39A7 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12557167-
CMYK0.250.6600.35
HSL277.09º49.11%43.92%-
HSV(B)277.09º65.87%65.49%-
XYZ16.910.0837.61-
YUV89.87171.53153.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 167 (65.62% from 255) = 47.85%
R=35.82%
G=16.33%
B=47.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal125571670.250.6600.35277.0949.1143.92
Hex7D39A71942023115312c
Octal17571247311020434256154
Binary1111101111001101001111100110000100100011100010101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D39A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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