#71078D

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

Shades of Purple #71078D

Tints of Purple #71078D

Color information

#71078D (or 0x71078D) is unknown color: approx Purple. HEX triplet: 71, 07 and 8D. RGB value is (113,7,141). Sum of RGB (Red+Green+Blue) = 113+7+141=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #71078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71078D is #8EF872. Grayscale: #353535. Windows color (decimal): -9369715 or 9242481. OLE color: 9242481.

HSL color Cylindrical-coordinate representation of color #71078D: hue angle of 287.46º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71078D is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1137141-
CMYK0.200.9500.45
HSL287.46º90.54%29.02%-
HSV(B)287.46º95.04%55.29%-
XYZ11.695.5925.66-
YUV53.97177.12170.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 7 (3.12% from 255) = 2.68%
BLUE value IS 141 (55.47% from 255) = 54.02%
R=43.30%
G=2.68%
B=54.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11371410.200.9500.45287.4690.5429.02
Hex7178D145F02D11f5b1d
Octal16172152413705543713335
Binary1110001111100011011010010111110101101100011111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71078D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71078D; }

 p { color: rgb(113,7,141); }

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

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

 a { background-color: rgb(113,7,141); }

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

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

 span { border-color: rgb(113,7,141); }

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