Html Css Color HEX #710253 Tyrian Purple

📋 copy color: '#710253'

red 113 ◦ green 2 ◦ blue 83

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

Shades of Tyrian Purple #710253

Tints of Tyrian Purple #710253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

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

R = 57.07%
G = 1.01%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#710253 (or 0x710253) is known color: Tyrian Purple. HEX triplet: 71, 02 and 53. RGB value is (113,2,83). Sum of RGB (Red+Green+Blue) = 113+2+83=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #710253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710253 is #8EFDAC. Grayscale: #2C2C2C. Windows color (decimal): -9371053 or 5440113. OLE color: 5440113.

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

Color convert

RGB 113 2 83 -
CMYK 0 0.98 0.27 0.56
HSL 316.22º 0.97% 0.23% -
HSV(B) 316.22º 0.98% 0.44% -
XYZ 8.39 4.18 8.55 -
YUV 44.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 113 2 83 0 0.98 0.27 0.56 316.22 0.97 0.23
Hex 71 2 53 0 62 1B 38 13C 61 17
Octal 161 2 123 0 142 33 70 474 141 27
Binary 1110001 10 1010011 0 1100010 11011 111000 100111100 1100001 10111

Color Harmonies of #710253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710253

Black with #710253

Text Example


Text Example

White with #710253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710253; }

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

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

background-color css

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

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

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

border-color css

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

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

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