Html Css Color HEX #710341 Tyrian Purple

📋 copy color: '#710341'

red 113 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #710341

Tints of Tyrian Purple #710341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

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

R = 62.43%
G = 1.66%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710341 (or 0x710341) is known color: Tyrian Purple. HEX triplet: 71, 03 and 41. RGB value is (113,3,65). Sum of RGB (Red+Green+Blue) = 113+3+65=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #710341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710341 is #8EFCBE. Grayscale: #2A2A2A. Windows color (decimal): -9370815 or 4260721. OLE color: 4260721.

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

Color convert

RGB 113 3 65 -
CMYK 0 0.97 0.42 0.56
HSL 326.18º 0.95% 0.23% -
HSV(B) 326.18º 0.97% 0.44% -
XYZ 7.8 3.96 5.35 -
YUV 42.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 113 3 65 0 0.97 0.42 0.56 326.18 0.95 0.23
Hex 71 3 41 0 61 2A 38 146 5F 17
Octal 161 3 101 0 141 52 70 506 137 27
Binary 1110001 11 1000001 0 1100001 101010 111000 101000110 1011111 10111

Color Harmonies of #710341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710341

Black with #710341

Text Example


Text Example

White with #710341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710341; }

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

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

background-color css

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

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

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

border-color css

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

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

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