Html Css Color HEX #710434 Tyrian Purple

📋 copy color: '#710434'

red 113 ◦ green 4 ◦ blue 52

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

Shades of Tyrian Purple #710434

Tints of Tyrian Purple #710434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.37%

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 66.86%
G = 2.37%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#710434 (or 0x710434) is known color: Tyrian Purple. HEX triplet: 71, 04 and 34. RGB value is (113,4,52). Sum of RGB (Red+Green+Blue) = 113+4+52=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #710434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710434 is #8EFBCB. Grayscale: #292929. Windows color (decimal): -9370572 or 3409009. OLE color: 3409009.

HSL color Cylindrical-coordinate representation of color #710434: hue angle of 333.58º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710434 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 52 -
CMYK 0 0.96 0.54 0.56
HSL 333.58º 0.93% 0.23% -
HSV(B) 333.58º 0.96% 0.44% -
XYZ 7.47 3.85 3.6 -
YUV 42.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 113 4 52 0 0.96 0.54 0.56 333.58 0.93 0.23
Hex 71 4 34 0 60 36 38 14E 5D 17
Octal 161 4 64 0 140 66 70 516 135 27
Binary 1110001 100 110100 0 1100000 110110 111000 101001110 1011101 10111

Color Harmonies of #710434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710434

Black with #710434

Text Example


Text Example

White with #710434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710434; }

 p { color: rgb(113,4,52); }

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

background-color css

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

 a { background-color: rgb(113,4,52); }

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

border-color css

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

 span { border-color: rgb(113,4,52); }

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