#71074C

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

Shades of Tyrian Purple #71074C

Tints of Tyrian Purple #71074C

Color information

#71074C (or 0x71074C) is unknown color: approx Tyrian Purple. HEX triplet: 71, 07 and 4C. RGB value is (113,7,76). Sum of RGB (Red+Green+Blue) = 113+7+76=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71074C is #8EF8B3. Grayscale: #2E2E2E. Windows color (decimal): -9369780 or 4982641. OLE color: 4982641.

HSL color Cylindrical-coordinate representation of color #71074C: hue angle of 320.94º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71074C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB113776-
CMYK00.940.330.56
HSL320.94º88.33%23.53%-
HSV(B)320.94º93.81%44.31%-
XYZ8.194.187.21-
YUV46.56144.62175.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.65%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 76 (30.08% from 255) = 38.78%
R=57.65%
G=3.57%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11377600.940.330.56320.9488.3323.53
Hex7174C05E21381415818
Octal16171140136417050113030
Binary1110001111100110001011110100001111000101000001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71074C; }

 p { color: rgb(113,7,76); }

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

<style>
 a { background-color: #71074C; }

 a { background-color: rgb(113,7,76); }

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

<style>
 span { border-color: #71074C; }

 span { border-color: rgb(113,7,76); }

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