#71003D

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

Shades of Tyrian Purple #71003D

Tints of Tyrian Purple #71003D

Color information

#71003D (or 0x71003D) is unknown color: approx Tyrian Purple. HEX triplet: 71, 00 and 3D. RGB value is (113,0,61). Sum of RGB (Red+Green+Blue) = 113+0+61=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71003D is #8EFFC2. Grayscale: #282828. Windows color (decimal): -9371587 or 3997809. OLE color: 3997809.

HSL color Cylindrical-coordinate representation of color #71003D: hue angle of 327.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71003D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB113061-
CMYK010.460.56
HSL327.61º100%22.16%-
HSV(B)327.61º100%44.31%-
XYZ7.653.854.75-
YUV40.74139.44179.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=64.94%
G=0%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113061010.460.56327.6110022.16
Hex7103D0642E381486416
Octal1610750144567051014426
Binary1110001011110101100100101110111000101001000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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