#7138AB

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

Shades of Royal Purple #7138AB

Tints of Royal Purple #7138AB

Color information

#7138AB (or 0x7138AB) is unknown color: approx Royal Purple. HEX triplet: 71, 38 and AB. RGB value is (113,56,171). Sum of RGB (Red+Green+Blue) = 113+56+171=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #7138AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7138AB is #8EC754. Grayscale: #555555. Windows color (decimal): -9357141 or 11221105. OLE color: 11221105.

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

Color convert

RGB11356171-
CMYK0.340.6700.33
HSL269.74º50.66%44.51%-
HSV(B)269.74º67.25%67.06%-
XYZ15.579.2839.5-
YUV86.15175.88147.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=33.24%
G=16.47%
B=50.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113561710.340.6700.33269.7450.6644.51
Hex7138AB224302110e332d
Octal16170253421030414166355
Binary11100011110001010101110001010000110100001100001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7138AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7138AB; }

 p { color: rgb(113,56,171); }

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

<style>
 a { background-color: #7138AB; }

 a { background-color: rgb(113,56,171); }

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

<style>
 span { border-color: #7138AB; }

 span { border-color: rgb(113,56,171); }

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