#71074B

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

Shades of Tyrian Purple #71074B

Tints of Tyrian Purple #71074B

Color information

#71074B (or 0x71074B) is unknown color: approx Tyrian Purple. HEX triplet: 71, 07 and 4B. RGB value is (113,7,75). Sum of RGB (Red+Green+Blue) = 113+7+75=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71074B is #8EF8B4. Grayscale: #2E2E2E. Windows color (decimal): -9369781 or 4917105. OLE color: 4917105.

HSL color Cylindrical-coordinate representation of color #71074B: hue angle of 321.51º 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 #71074B is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB113775-
CMYK00.940.340.56
HSL321.51º88.33%23.53%-
HSV(B)321.51º93.81%44.31%-
XYZ8.164.177.03-
YUV46.45144.12175.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 7 (3.12% from 255) = 3.59%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=57.95%
G=3.59%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11377500.940.340.56321.5188.3323.53
Hex7174B05E22381425818
Octal16171130136427050213030
Binary1110001111100101101011110100010111000101000010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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