#7135A7

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

Shades of Royal Purple #7135A7

Tints of Royal Purple #7135A7

Color information

#7135A7 (or 0x7135A7) is unknown color: approx Royal Purple. HEX triplet: 71, 35 and A7. RGB value is (113,53,167). Sum of RGB (Red+Green+Blue) = 113+53+167=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 167 (65.62% from 255 or 50.15% from 333); Max value from RGB is 167 - color contains mainly: blue. Hex color #7135A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7135A7 is #8ECA58. Grayscale: #535353. Windows color (decimal): -9357913 or 10958193. OLE color: 10958193.

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

Color convert

RGB11353167-
CMYK0.320.6800.35
HSL271.58º51.82%43.14%-
HSV(B)271.58º68.26%65.49%-
XYZ15.068.8537.47-
YUV83.94174.88148.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 167 (65.62% from 255) = 50.15%
R=33.93%
G=15.92%
B=50.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113531670.320.6800.35271.5851.8243.14
Hex7135A72044023110342b
Octal16165247401040434206453
Binary11100011101011010011110000010001000100011100010000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7135A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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