Html Css Color HEX #71064F Tyrian Purple

📋 copy color: '#71064F'

red 113 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #71064F

Tints of Tyrian Purple #71064F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.9%

R = 57.07%
G = 3.03%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71064F (or 0x71064F) is known color: Tyrian Purple. HEX triplet: 71, 06 and 4F. RGB value is (113,6,79). Sum of RGB (Red+Green+Blue) = 113+6+79=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #71064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71064F is #8EF9B0. Grayscale: #2E2E2E. Windows color (decimal): -9370033 or 5178993. OLE color: 5178993.

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

Color convert

RGB 113 6 79 -
CMYK 0 0.95 0.30 0.56
HSL 319.07º 0.9% 0.23% -
HSV(B) 319.07º 0.95% 0.44% -
XYZ 8.29 4.21 7.77 -
YUV 46.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 113 6 79 0 0.95 0.30 0.56 319.07 0.9 0.23
Hex 71 6 4F 0 5F 1E 38 13F 5A 17
Octal 161 6 117 0 137 36 70 477 132 27
Binary 1110001 110 1001111 0 1011111 11110 111000 100111111 1011010 10111

Color Harmonies of #71064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71064F

Black with #71064F

Text Example


Text Example

White with #71064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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