Html Css Color HEX #71064D Tyrian Purple

📋 copy color: '#71064D'

red 113 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #71064D

Tints of Tyrian Purple #71064D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 57.65%
G = 3.06%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71064D (or 0x71064D) is known color: Tyrian Purple. HEX triplet: 71, 06 and 4D. RGB value is (113,6,77). Sum of RGB (Red+Green+Blue) = 113+6+77=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71064D is #8EF9B2. Grayscale: #2D2D2D. Windows color (decimal): -9370035 or 5047921. OLE color: 5047921.

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

Color convert

RGB 113 6 77 -
CMYK 0 0.95 0.32 0.56
HSL 320.19º 0.9% 0.23% -
HSV(B) 320.19º 0.95% 0.44% -
XYZ 8.21 4.18 7.39 -
YUV 46.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 113 6 77 0 0.95 0.32 0.56 320.19 0.9 0.23
Hex 71 6 4D 0 5F 20 38 140 5A 17
Octal 161 6 115 0 137 40 70 500 132 27
Binary 1110001 110 1001101 0 1011111 100000 111000 101000000 1011010 10111

Color Harmonies of #71064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71064D

Black with #71064D

Text Example


Text Example

White with #71064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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