Html Css Color HEX #710535 Tyrian Purple

📋 copy color: '#710535'

red 113 ◦ green 5 ◦ blue 53

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

Shades of Tyrian Purple #710535

Tints of Tyrian Purple #710535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

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

R = 66.08%
G = 2.92%
B = 30.99%

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

#710535 (or 0x710535) is known color: Tyrian Purple. HEX triplet: 71, 05 and 35. RGB value is (113,5,53). Sum of RGB (Red+Green+Blue) = 113+5+53=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #710535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710535 is #8EFACA. Grayscale: #2A2A2A. Windows color (decimal): -9370315 or 3474801. OLE color: 3474801.

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

Color convert

RGB 113 5 53 -
CMYK 0 0.96 0.53 0.56
HSL 333.33º 0.92% 0.23% -
HSV(B) 333.33º 0.96% 0.44% -
XYZ 7.51 3.88 3.72 -
YUV 42.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 113 5 53 0 0.96 0.53 0.56 333.33 0.92 0.23
Hex 71 5 35 0 60 35 38 14D 5C 17
Octal 161 5 65 0 140 65 70 515 134 27
Binary 1110001 101 110101 0 1100000 110101 111000 101001101 1011100 10111

Color Harmonies of #710535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710535

Black with #710535

Text Example


Text Example

White with #710535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710535; }

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

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

background-color css

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

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

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

border-color css

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

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

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