#71008e

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

Shades of Purple #71008E

Tints of Purple #71008E

Color information

#71008E (or 0x71008E) is unknown color: approx Purple. HEX triplet: 71, 00 and 8E. RGB value is (113,0,142). Sum of RGB (Red+Green+Blue) = 113+0+142=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #71008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71008E is #8EFF71. Grayscale: #313131. Windows color (decimal): -9371506 or 9306225. OLE color: 9306225.

HSL color Cylindrical-coordinate representation of color #71008E: hue angle of 287.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71008E is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1130142-
CMYK0.20100.44
HSL287.75º100%27.84%-
HSV(B)287.75º100%55.69%-
XYZ11.695.4626.03-
YUV49.97179.94172.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=44.31%
G=0%
B=55.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11301420.20100.44287.7510027.84
Hex7108E146402C120641c
Octal16102162414405444014434
Binary11100010100011101010011001000101100100100000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71008e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71008e; }

 p { color: rgb(113,0,142); }

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

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

 a { background-color: rgb(113,0,142); }

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

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

 span { border-color: rgb(113,0,142); }

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