#71128B

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

Shades of Purple #71128B

Tints of Purple #71128B

Color information

#71128B (or 0x71128B) is unknown color: approx Purple. HEX triplet: 71, 12 and 8B. RGB value is (113,18,139). Sum of RGB (Red+Green+Blue) = 113+18+139=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #71128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71128B is #8EED74. Grayscale: #3B3B3B. Windows color (decimal): -9366901 or 9114225. OLE color: 9114225.

HSL color Cylindrical-coordinate representation of color #71128B: hue angle of 287.11º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71128B is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11318139-
CMYK0.190.8700.45
HSL287.11º77.07%30.78%-
HSV(B)287.11º87.05%54.51%-
XYZ11.695.8124.93-
YUV60.2172.47165.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=41.85%
G=6.67%
B=51.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113181390.190.8700.45287.1177.0730.78
Hex71128B135702D11f4d1f
Octal161222132312705543711537
Binary111000110010100010111001110101110101101100011111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71128B; }

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

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

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

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

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

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

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

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