Html Css Color HEX #710435 Tyrian Purple

📋 copy color: '#710435'

red 113 ◦ green 4 ◦ blue 53

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

Shades of Tyrian Purple #710435

Tints of Tyrian Purple #710435

RGB

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

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

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

R = 66.47%
G = 2.35%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#710435 (or 0x710435) is known color: Tyrian Purple. HEX triplet: 71, 04 and 35. RGB value is (113,4,53). Sum of RGB (Red+Green+Blue) = 113+4+53=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #710435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710435 is #8EFBCA. Grayscale: #2A2A2A. Windows color (decimal): -9370571 or 3474545. OLE color: 3474545.

HSL color Cylindrical-coordinate representation of color #710435: hue angle of 333.03º 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 #710435 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 53 -
CMYK 0 0.96 0.53 0.56
HSL 333.03º 0.93% 0.23% -
HSV(B) 333.03º 0.96% 0.44% -
XYZ 7.5 3.85 3.72 -
YUV 42.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 113 4 53 0 0.96 0.53 0.56 333.03 0.93 0.23
Hex 71 4 35 0 60 35 38 14D 5D 17
Octal 161 4 65 0 140 65 70 515 135 27
Binary 1110001 100 110101 0 1100000 110101 111000 101001101 1011101 10111

Color Harmonies of #710435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710435

Black with #710435

Text Example


Text Example

White with #710435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710435; }

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

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

background-color css

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

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

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

border-color css

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

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

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