Html Css Color HEX #710835 Tyrian Purple

📋 copy color: '#710835'

red 113 ◦ green 8 ◦ blue 53

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

Shades of Tyrian Purple #710835

Tints of Tyrian Purple #710835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

 BLUE value IS 53 (21.09% from 255) = 30.46%

R = 64.94%
G = 4.6%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#710835 (or 0x710835) is known color: Tyrian Purple. HEX triplet: 71, 08 and 35. RGB value is (113,8,53). Sum of RGB (Red+Green+Blue) = 113+8+53=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #710835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710835 is #8EF7CA. Grayscale: #2C2C2C. Windows color (decimal): -9369547 or 3475569. OLE color: 3475569.

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

Color convert

RGB 113 8 53 -
CMYK 0 0.93 0.53 0.56
HSL 334.29º 0.87% 0.24% -
HSV(B) 334.29º 0.93% 0.44% -
XYZ 7.54 3.94 3.73 -
YUV 44.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 113 8 53 0 0.93 0.53 0.56 334.29 0.87 0.24
Hex 71 8 35 0 5D 35 38 14E 57 18
Octal 161 10 65 0 135 65 70 516 127 30
Binary 1110001 1000 110101 0 1011101 110101 111000 101001110 1010111 11000

Color Harmonies of #710835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710835

Black with #710835

Text Example


Text Example

White with #710835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710835; }

 p { color: rgb(113,8,53); }

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

background-color css

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

 a { background-color: rgb(113,8,53); }

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

border-color css

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

 span { border-color: rgb(113,8,53); }

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