#7D37A5

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

Shades of Royal Purple #7D37A5

Tints of Royal Purple #7D37A5

Color information

#7D37A5 (or 0x7D37A5) is unknown color: approx Royal Purple. HEX triplet: 7D, 37 and A5. RGB value is (125,55,165). Sum of RGB (Red+Green+Blue) = 125+55+165=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #7D37A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D37A5 is #82C85A. Grayscale: #585858. Windows color (decimal): -8570971 or 10827645. OLE color: 10827645.

HSL color Cylindrical-coordinate representation of color #7D37A5: hue angle of 278.18º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D37A5 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12555165-
CMYK0.240.6700.35
HSL278.18º50%43.14%-
HSV(B)278.18º66.67%64.71%-
XYZ16.629.8136.61-
YUV88.47171.19154.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 55 (21.88% from 255) = 15.94%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=36.23%
G=15.94%
B=47.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal125551650.240.6700.35278.185043.14
Hex7D37A51843023116322b
Octal17567245301030434266253
Binary1111101110111101001011100010000110100011100010110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D37A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,55,165); }

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

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

 a { background-color: rgb(125,55,165); }

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

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

 span { border-color: rgb(125,55,165); }

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