#71063C

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

Shades of Tyrian Purple #71063C

Tints of Tyrian Purple #71063C

Color information

#71063C (or 0x71063C) is unknown color: approx Tyrian Purple. HEX triplet: 71, 06 and 3C. RGB value is (113,6,60). Sum of RGB (Red+Green+Blue) = 113+6+60=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #71063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71063C is #8EF9C3. Grayscale: #2C2C2C. Windows color (decimal): -9370052 or 3933809. OLE color: 3933809.

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

Color convert

RGB113660-
CMYK00.950.470.56
HSL329.72º89.92%23.33%-
HSV(B)329.72º94.69%44.31%-
XYZ7.693.974.64-
YUV44.15136.95177.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.13%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=63.13%
G=3.35%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11366000.950.470.56329.7289.9223.33
Hex7163C05F2F3814a5a17
Octal1616740137577051213227
Binary111000111011110001011111101111111000101001010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,6,60); }

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

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

 a { background-color: rgb(113,6,60); }

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

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

 span { border-color: rgb(113,6,60); }

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