#7137A2

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

Shades of Royal Purple #7137A2

Tints of Royal Purple #7137A2

Color information

#7137A2 (or 0x7137A2) is unknown color: approx Royal Purple. HEX triplet: 71, 37 and A2. RGB value is (113,55,162). Sum of RGB (Red+Green+Blue) = 113+55+162=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #7137A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7137A2 is #8EC85D. Grayscale: #545454. Windows color (decimal): -9357406 or 10631025. OLE color: 10631025.

HSL color Cylindrical-coordinate representation of color #7137A2: hue angle of 272.52º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7137A2 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11355162-
CMYK0.300.6600.36
HSL272.52º49.31%42.55%-
HSV(B)272.52º66.05%63.53%-
XYZ14.78.8535.12-
YUV84.54171.72148.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=34.24%
G=16.67%
B=49.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113551620.300.6600.36272.5249.3142.55
Hex7137A21E42024111312b
Octal16167242361020444216153
Binary1110001110111101000101111010000100100100100010001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7137A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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