Html Css Color HEX #710135 Tyrian Purple

📋 copy color: '#710135'

red 113 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #710135

Tints of Tyrian Purple #710135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 67.66%
G = 0.6%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#710135 (or 0x710135) is known color: Tyrian Purple. HEX triplet: 71, 01 and 35. RGB value is (113,1,53). Sum of RGB (Red+Green+Blue) = 113+1+53=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #710135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710135 is #8EFECA. Grayscale: #282828. Windows color (decimal): -9371339 or 3473777. OLE color: 3473777.

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

Color convert

RGB 113 1 53 -
CMYK 0 0.99 0.53 0.56
HSL 332.14º 0.98% 0.22% -
HSV(B) 332.14º 0.99% 0.44% -
XYZ 7.46 3.79 3.71 -
YUV 40.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 113 1 53 0 0.99 0.53 0.56 332.14 0.98 0.22
Hex 71 1 35 0 63 35 38 14C 62 16
Octal 161 1 65 0 143 65 70 514 142 26
Binary 1110001 1 110101 0 1100011 110101 111000 101001100 1100010 10110

Color Harmonies of #710135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710135

Black with #710135

Text Example


Text Example

White with #710135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710135; }

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

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

background-color css

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

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

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

border-color css

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

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

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