Html Css Color HEX #710353 Tyrian Purple

📋 copy color: '#710353'

red 113 ◦ green 3 ◦ blue 83

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

Shades of Tyrian Purple #710353

Tints of Tyrian Purple #710353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 83 (32.81% from 255) = 41.71%

R = 56.78%
G = 1.51%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#710353 (or 0x710353) is known color: Tyrian Purple. HEX triplet: 71, 03 and 53. RGB value is (113,3,83). Sum of RGB (Red+Green+Blue) = 113+3+83=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #710353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710353 is #8EFCAC. Grayscale: #2C2C2C. Windows color (decimal): -9370797 or 5440369. OLE color: 5440369.

HSL color Cylindrical-coordinate representation of color #710353: hue angle of 316.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710353 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 83 -
CMYK 0 0.97 0.27 0.56
HSL 316.36º 0.95% 0.23% -
HSV(B) 316.36º 0.97% 0.44% -
XYZ 8.4 4.2 8.55 -
YUV 45.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 113 3 83 0 0.97 0.27 0.56 316.36 0.95 0.23
Hex 71 3 53 0 61 1B 38 13C 5F 17
Octal 161 3 123 0 141 33 70 474 137 27
Binary 1110001 11 1010011 0 1100001 11011 111000 100111100 1011111 10111

Color Harmonies of #710353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710353

Black with #710353

Text Example


Text Example

White with #710353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710353; }

 p { color: rgb(113,3,83); }

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

background-color css

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

 a { background-color: rgb(113,3,83); }

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

border-color css

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

 span { border-color: rgb(113,3,83); }

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