Html Css Color HEX #710141 Tyrian Purple

📋 copy color: '#710141'

red 113 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #710141

Tints of Tyrian Purple #710141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 63.13%
G = 0.56%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710141 (or 0x710141) is known color: Tyrian Purple. HEX triplet: 71, 01 and 41. RGB value is (113,1,65). Sum of RGB (Red+Green+Blue) = 113+1+65=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #710141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710141 is #8EFEBE. Grayscale: #292929. Windows color (decimal): -9371327 or 4260209. OLE color: 4260209.

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

Color convert

RGB 113 1 65 -
CMYK 0 0.99 0.42 0.56
HSL 325.71º 0.98% 0.22% -
HSV(B) 325.71º 0.99% 0.44% -
XYZ 7.78 3.91 5.35 -
YUV 41.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 113 1 65 0 0.99 0.42 0.56 325.71 0.98 0.22
Hex 71 1 41 0 63 2A 38 146 62 16
Octal 161 1 101 0 143 52 70 506 142 26
Binary 1110001 1 1000001 0 1100011 101010 111000 101000110 1100010 10110

Color Harmonies of #710141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710141

Black with #710141

Text Example


Text Example

White with #710141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710141; }

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

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

background-color css

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

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

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

border-color css

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

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

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