#7137AC

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

Shades of Royal Purple #7137AC

Tints of Royal Purple #7137AC

Color information

#7137AC (or 0x7137AC) is unknown color: approx Royal Purple. HEX triplet: 71, 37 and AC. RGB value is (113,55,172). Sum of RGB (Red+Green+Blue) = 113+55+172=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #7137AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7137AC is #8EC853. Grayscale: #555555. Windows color (decimal): -9357396 or 11286385. OLE color: 11286385.

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

Color convert

RGB11355172-
CMYK0.340.6800.33
HSL269.74º51.54%44.51%-
HSV(B)269.74º68.02%67.45%-
XYZ15.629.2239.99-
YUV85.68176.72147.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 55 (21.88% from 255) = 16.18%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=33.24%
G=16.18%
B=50.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113551720.340.6800.33269.7451.5444.51
Hex7137AC224402110e342d
Octal16167254421040414166455
Binary11100011101111010110010001010001000100001100001110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7137AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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