Html Css Color HEX #710441 Tyrian Purple

📋 copy color: '#710441'

red 113 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #710441

Tints of Tyrian Purple #710441

RGB

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

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

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

R = 62.09%
G = 2.2%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710441 (or 0x710441) is known color: Tyrian Purple. HEX triplet: 71, 04 and 41. RGB value is (113,4,65). Sum of RGB (Red+Green+Blue) = 113+4+65=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #710441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710441 is #8EFBBE. Grayscale: #2B2B2B. Windows color (decimal): -9370559 or 4260977. OLE color: 4260977.

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

Color convert

RGB 113 4 65 -
CMYK 0 0.96 0.42 0.56
HSL 326.42º 0.93% 0.23% -
HSV(B) 326.42º 0.96% 0.44% -
XYZ 7.81 3.98 5.36 -
YUV 43.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 113 4 65 0 0.96 0.42 0.56 326.42 0.93 0.23
Hex 71 4 41 0 60 2A 38 146 5D 17
Octal 161 4 101 0 140 52 70 506 135 27
Binary 1110001 100 1000001 0 1100000 101010 111000 101000110 1011101 10111

Color Harmonies of #710441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710441

Black with #710441

Text Example


Text Example

White with #710441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710441; }

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

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

background-color css

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

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

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

border-color css

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

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

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