#71036F

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

Shades of Purple #71036F

Tints of Purple #71036F

Color information

#71036F (or 0x71036F) is unknown color: approx Purple. HEX triplet: 71, 03 and 6F. RGB value is (113,3,111). Sum of RGB (Red+Green+Blue) = 113+3+111=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71036F is #8EFC90. Grayscale: #2F2F2F. Windows color (decimal): -9370769 or 7275377. OLE color: 7275377.

HSL color Cylindrical-coordinate representation of color #71036F: hue angle of 301.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71036F is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB1133111-
CMYK00.970.020.56
HSL301.09º94.83%22.75%-
HSV(B)301.09º97.35%44.31%-
XYZ9.714.7215.44-
YUV48.2163.44174.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=49.78%
G=1.32%
B=48.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113311100.970.020.56301.0994.8322.75
Hex7136F06123812d5f17
Octal1613157014127045513727
Binary11100011111011110110000110111000100101101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,3,111); }

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

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

 a { background-color: rgb(113,3,111); }

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

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

 span { border-color: rgb(113,3,111); }

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