Html Css Color HEX #710041 Tyrian Purple

📋 copy color: '#710041'

red 113 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #710041

Tints of Tyrian Purple #710041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.48%
G = 0%
B = 36.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710041 (or 0x710041) is known color: Tyrian Purple. HEX triplet: 71, 00 and 41. RGB value is (113,0,65). Sum of RGB (Red+Green+Blue) = 113+0+65=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #710041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710041 is #8EFFBE. Grayscale: #292929. Windows color (decimal): -9371583 or 4259953. OLE color: 4259953.

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

Color convert

RGB 113 0 65 -
CMYK 0 1 0.42 0.56
HSL 325.49º 1% 0.22% -
HSV(B) 325.49º 1% 0.44% -
XYZ 7.76 3.89 5.34 -
YUV 41.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 113 0 65 0 1 0.42 0.56 325.49 1 0.22
Hex 71 0 41 0 64 2A 38 145 64 16
Octal 161 0 101 0 144 52 70 505 144 26
Binary 1110001 0 1000001 0 1100100 101010 111000 101000101 1100100 10110

Color Harmonies of #710041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710041

Black with #710041

Text Example


Text Example

White with #710041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710041; }

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

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

background-color css

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

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

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

border-color css

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

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

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