Html Css Color HEX #710553 Tyrian Purple

📋 copy color: '#710553'

red 113 ◦ green 5 ◦ blue 83

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

Shades of Tyrian Purple #710553

Tints of Tyrian Purple #710553

RGB

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

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

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

R = 56.22%
G = 2.49%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#710553 (or 0x710553) is known color: Tyrian Purple. HEX triplet: 71, 05 and 53. RGB value is (113,5,83). Sum of RGB (Red+Green+Blue) = 113+5+83=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #710553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710553 is #8EFAAC. Grayscale: #2D2D2D. Windows color (decimal): -9370285 or 5440881. OLE color: 5440881.

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

Color convert

RGB 113 5 83 -
CMYK 0 0.96 0.27 0.56
HSL 316.67º 0.92% 0.23% -
HSV(B) 316.67º 0.96% 0.44% -
XYZ 8.43 4.24 8.56 -
YUV 46.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 113 5 83 0 0.96 0.27 0.56 316.67 0.92 0.23
Hex 71 5 53 0 60 1B 38 13D 5C 17
Octal 161 5 123 0 140 33 70 475 134 27
Binary 1110001 101 1010011 0 1100000 11011 111000 100111101 1011100 10111

Color Harmonies of #710553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710553

Black with #710553

Text Example


Text Example

White with #710553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710553; }

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

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

background-color css

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

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

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

border-color css

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

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

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