#7137AE

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

Shades of Royal Purple #7137AE

Tints of Royal Purple #7137AE

Color information

#7137AE (or 0x7137AE) is unknown color: approx Royal Purple. HEX triplet: 71, 37 and AE. RGB value is (113,55,174). Sum of RGB (Red+Green+Blue) = 113+55+174=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #7137AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7137AE is #8EC851. Grayscale: #555555. Windows color (decimal): -9357394 or 11417457. OLE color: 11417457.

HSL color Cylindrical-coordinate representation of color #7137AE: hue angle of 269.24º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7137AE is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11355174-
CMYK0.350.6800.32
HSL269.24º51.97%44.9%-
HSV(B)269.24º68.39%68.24%-
XYZ15.829.341.01-
YUV85.91177.72147.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=33.04%
G=16.08%
B=50.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113551740.350.6800.32269.2451.9744.9
Hex7137AE234402010d342d
Octal16167256431040404156455
Binary11100011101111010111010001110001000100000100001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7137AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7137AE; }

 p { color: rgb(113,55,174); }

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

<style>
 a { background-color: #7137AE; }

 a { background-color: rgb(113,55,174); }

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

<style>
 span { border-color: #7137AE; }

 span { border-color: rgb(113,55,174); }

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