#71008D

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

Shades of Purple #71008D

Tints of Purple #71008D

Color information

#71008D (or 0x71008D) is unknown color: approx Purple. HEX triplet: 71, 00 and 8D. RGB value is (113,0,141). Sum of RGB (Red+Green+Blue) = 113+0+141=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #71008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71008D is #8EFF72. Grayscale: #313131. Windows color (decimal): -9371507 or 9240689. OLE color: 9240689.

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

Color convert

RGB1130141-
CMYK0.20100.45
HSL288.09º100%27.65%-
HSV(B)288.09º100%55.29%-
XYZ11.625.4325.64-
YUV49.86179.44173.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=44.49%
G=0%
B=55.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11301410.20100.45288.0910027.65
Hex7108D146402D120641c
Octal16102152414405544014434
Binary11100010100011011010011001000101101100100000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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