Html Css Color HEX #710641 Tyrian Purple

📋 copy color: '#710641'

red 113 ◦ green 6 ◦ blue 65

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

Shades of Tyrian Purple #710641

Tints of Tyrian Purple #710641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

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

R = 61.41%
G = 3.26%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710641 (or 0x710641) is known color: Tyrian Purple. HEX triplet: 71, 06 and 41. RGB value is (113,6,65). Sum of RGB (Red+Green+Blue) = 113+6+65=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #710641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710641 is #8EF9BE. Grayscale: #2C2C2C. Windows color (decimal): -9370047 or 4261489. OLE color: 4261489.

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

Color convert

RGB 113 6 65 -
CMYK 0 0.95 0.42 0.56
HSL 326.92º 0.9% 0.23% -
HSV(B) 326.92º 0.95% 0.44% -
XYZ 7.83 4.02 5.36 -
YUV 44.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 113 6 65 0 0.95 0.42 0.56 326.92 0.9 0.23
Hex 71 6 41 0 5F 2A 38 147 5A 17
Octal 161 6 101 0 137 52 70 507 132 27
Binary 1110001 110 1000001 0 1011111 101010 111000 101000111 1011010 10111

Color Harmonies of #710641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710641

Black with #710641

Text Example


Text Example

White with #710641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710641; }

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

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

background-color css

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

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

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

border-color css

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

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

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