#7139AC

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

Shades of Royal Purple #7139AC

Tints of Royal Purple #7139AC

Color information

#7139AC (or 0x7139AC) is unknown color: approx Royal Purple. HEX triplet: 71, 39 and AC. RGB value is (113,57,172). Sum of RGB (Red+Green+Blue) = 113+57+172=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #7139AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7139AC is #8EC653. Grayscale: #565656. Windows color (decimal): -9356884 or 11286897. OLE color: 11286897.

HSL color Cylindrical-coordinate representation of color #7139AC: hue angle of 269.22º degrees, saturation: 0.5, 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 #7139AC is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11357172-
CMYK0.340.6700.33
HSL269.22º50.22%44.9%-
HSV(B)269.22º66.86%67.45%-
XYZ15.729.4240.02-
YUV86.85176.05146.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 172 (67.58% from 255) = 50.29%
R=33.04%
G=16.67%
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
Decimal113571720.340.6700.33269.2250.2244.9
Hex7139AC224302110d322d
Octal16171254421030414156255
Binary11100011110011010110010001010000110100001100001101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7139AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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