#711285

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

Shades of Purple #711285

Tints of Purple #711285

Color information

#711285 (or 0x711285) is unknown color: approx Purple. HEX triplet: 71, 12 and 85. RGB value is (113,18,133). Sum of RGB (Red+Green+Blue) = 113+18+133=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #711285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711285 is #8EED7A. Grayscale: #3B3B3B. Windows color (decimal): -9366907 or 8721009. OLE color: 8721009.

HSL color Cylindrical-coordinate representation of color #711285: hue angle of 289.57º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711285 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11318133-
CMYK0.150.8600.48
HSL289.57º76.16%29.61%-
HSV(B)289.57º86.47%52.16%-
XYZ11.265.6422.68-
YUV59.51169.47166.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 133 (52.34% from 255) = 50.38%
R=42.80%
G=6.82%
B=50.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113181330.150.8600.48289.5776.1629.61
Hex711285F560301224c1e
Octal161222051712606044211436
Binary11100011001010000101111110101100110000100100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711285; }

 p { color: rgb(113,18,133); }

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

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

 a { background-color: rgb(113,18,133); }

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

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

 span { border-color: rgb(113,18,133); }

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