Html Css Color HEX #710734 Tyrian Purple

📋 copy color: '#710734'

red 113 ◦ green 7 ◦ blue 52

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

Shades of Tyrian Purple #710734

Tints of Tyrian Purple #710734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

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

R = 65.7%
G = 4.07%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#710734 (or 0x710734) is known color: Tyrian Purple. HEX triplet: 71, 07 and 34. RGB value is (113,7,52). Sum of RGB (Red+Green+Blue) = 113+7+52=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #710734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710734 is #8EF8CB. Grayscale: #2B2B2B. Windows color (decimal): -9369804 or 3409777. OLE color: 3409777.

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

Color convert

RGB 113 7 52 -
CMYK 0 0.94 0.54 0.56
HSL 334.53º 0.88% 0.24% -
HSV(B) 334.53º 0.94% 0.44% -
XYZ 7.51 3.91 3.61 -
YUV 43.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 113 7 52 0 0.94 0.54 0.56 334.53 0.88 0.24
Hex 71 7 34 0 5E 36 38 14F 58 18
Octal 161 7 64 0 136 66 70 517 130 30
Binary 1110001 111 110100 0 1011110 110110 111000 101001111 1011000 11000

Color Harmonies of #710734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710734

Black with #710734

Text Example


Text Example

White with #710734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710734; }

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

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

background-color css

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

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

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

border-color css

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

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

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