#71047A

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

Shades of Purple #71047A

Tints of Purple #71047A

Color information

#71047A (or 0x71047A) is unknown color: approx Purple. HEX triplet: 71, 04 and 7A. RGB value is (113,4,122). Sum of RGB (Red+Green+Blue) = 113+4+122=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #71047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71047A is #8EFB85. Grayscale: #313131. Windows color (decimal): -9370502 or 7996529. OLE color: 7996529.

HSL color Cylindrical-coordinate representation of color #71047A: hue angle of 295.42º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71047A is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1134122-
CMYK0.070.9700.52
HSL295.42º93.65%24.71%-
HSV(B)295.42º96.72%47.84%-
XYZ10.37518.83-
YUV50.04168.61172.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=47.28%
G=1.67%
B=51.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11341220.070.9700.52295.4293.6524.71
Hex7147A7610341275e19
Octal1614172714106444713631
Binary1110001100111101011111000010110100100100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71047A; }

 p { color: rgb(113,4,122); }

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

<style>
 a { background-color: #71047A; }

 a { background-color: rgb(113,4,122); }

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

<style>
 span { border-color: #71047A; }

 span { border-color: rgb(113,4,122); }

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