Html Css Color HEX #710455 Tyrian Purple

📋 copy color: '#710455'

red 113 ◦ green 4 ◦ blue 85

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

Shades of Tyrian Purple #710455

Tints of Tyrian Purple #710455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 55.94%
G = 1.98%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#710455 (or 0x710455) is known color: Tyrian Purple. HEX triplet: 71, 04 and 55. RGB value is (113,4,85). Sum of RGB (Red+Green+Blue) = 113+4+85=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #710455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710455 is #8EFBAA. Grayscale: #2D2D2D. Windows color (decimal): -9370539 or 5571697. OLE color: 5571697.

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

Color convert

RGB 113 4 85 -
CMYK 0 0.96 0.25 0.56
HSL 315.41º 0.93% 0.23% -
HSV(B) 315.41º 0.96% 0.44% -
XYZ 8.49 4.25 8.97 -
YUV 45.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 113 4 85 0 0.96 0.25 0.56 315.41 0.93 0.23
Hex 71 4 55 0 60 19 38 13B 5D 17
Octal 161 4 125 0 140 31 70 473 135 27
Binary 1110001 100 1010101 0 1100000 11001 111000 100111011 1011101 10111

Color Harmonies of #710455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710455

Black with #710455

Text Example


Text Example

White with #710455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710455; }

 p { color: rgb(113,4,85); }

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

background-color css

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

 a { background-color: rgb(113,4,85); }

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

border-color css

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

 span { border-color: rgb(113,4,85); }

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