#71088F

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

Shades of Purple #71088F

Tints of Purple #71088F

Color information

#71088F (or 0x71088F) is unknown color: approx Purple. HEX triplet: 71, 08 and 8F. RGB value is (113,8,143). Sum of RGB (Red+Green+Blue) = 113+8+143=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #71088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71088F is #8EF770. Grayscale: #363636. Windows color (decimal): -9369457 or 9373809. OLE color: 9373809.

HSL color Cylindrical-coordinate representation of color #71088F: hue angle of 286.67º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71088F is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1138143-
CMYK0.210.9400.44
HSL286.67º89.4%29.61%-
HSV(B)286.67º94.41%56.08%-
XYZ11.855.6726.46-
YUV54.78177.79169.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 8 (3.52% from 255) = 3.03%
BLUE value IS 143 (56.25% from 255) = 54.17%
R=42.80%
G=3.03%
B=54.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11381430.210.9400.44286.6789.429.61
Hex7188F155E02C11f591e
Octal161102172513605443713136
Binary11100011000100011111010110111100101100100011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71088F; }

 p { color: rgb(113,8,143); }

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

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

 a { background-color: rgb(113,8,143); }

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

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

 span { border-color: rgb(113,8,143); }

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