Html Css Color HEX #71063D Tyrian Purple

📋 copy color: '#71063D'

red 113 ◦ green 6 ◦ blue 61

#71063D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #71063D

Tints of Tyrian Purple #71063D

RGB

 RED value IS 113 (44.53% from 255) = 62.78%

 GREEN value IS 6 (2.73% from 255) = 3.33%

 BLUE value IS 61 (24.22% from 255) = 33.89%

R = 62.78%
G = 3.33%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71063D (or 0x71063D) is known color: Tyrian Purple. HEX triplet: 71, 06 and 3D. RGB value is (113,6,61). Sum of RGB (Red+Green+Blue) = 113+6+61=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71063D is #8EF9C2. Grayscale: #2C2C2C. Windows color (decimal): -9370051 or 3999345. OLE color: 3999345.

HSL color Cylindrical-coordinate representation of color #71063D: hue angle of 329.16º 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 #71063D is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 61 -
CMYK 0 0.95 0.46 0.56
HSL 329.16º 0.9% 0.23% -
HSV(B) 329.16º 0.95% 0.44% -
XYZ 7.72 3.98 4.78 -
YUV 44.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 113 6 61 0 0.95 0.46 0.56 329.16 0.9 0.23
Hex 71 6 3D 0 5F 2E 38 149 5A 17
Octal 161 6 75 0 137 56 70 511 132 27
Binary 1110001 110 111101 0 1011111 101110 111000 101001001 1011010 10111

Color Harmonies of #71063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71063D

Black with #71063D

Text Example


Text Example

White with #71063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71063D;
 }
 .AnyTagClassName
 {
   color: #71063D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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