#7137A7

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

Shades of Royal Purple #7137A7

Tints of Royal Purple #7137A7

Color information

#7137A7 (or 0x7137A7) is unknown color: approx Royal Purple. HEX triplet: 71, 37 and A7. RGB value is (113,55,167). Sum of RGB (Red+Green+Blue) = 113+55+167=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #7137A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7137A7 is #8EC858. Grayscale: #545454. Windows color (decimal): -9357401 or 10958705. OLE color: 10958705.

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

Color convert

RGB11355167-
CMYK0.320.6700.35
HSL271.07º50.45%43.53%-
HSV(B)271.07º67.07%65.49%-
XYZ15.159.0337.5-
YUV85.11174.22147.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 167 (65.62% from 255) = 49.85%
R=33.73%
G=16.42%
B=49.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113551670.320.6700.35271.0750.4543.53
Hex7137A7204302310f322c
Octal16167247401030434176254
Binary11100011101111010011110000010000110100011100001111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7137A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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