Html Css Color HEX #710945 Tyrian Purple

📋 copy color: '#710945'

red 113 ◦ green 9 ◦ blue 69

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

Shades of Tyrian Purple #710945

Tints of Tyrian Purple #710945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.71%

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 59.16%
G = 4.71%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#710945 (or 0x710945) is known color: Tyrian Purple. HEX triplet: 71, 09 and 45. RGB value is (113,9,69). Sum of RGB (Red+Green+Blue) = 113+9+69=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #710945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710945 is #8EF6BA. Grayscale: #2E2E2E. Windows color (decimal): -9369275 or 4524401. OLE color: 4524401.

HSL color Cylindrical-coordinate representation of color #710945: hue angle of 325.38º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710945 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 69 -
CMYK 0 0.92 0.39 0.56
HSL 325.38º 0.85% 0.24% -
HSV(B) 325.38º 0.92% 0.44% -
XYZ 7.98 4.14 6.01 -
YUV 46.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 113 9 69 0 0.92 0.39 0.56 325.38 0.85 0.24
Hex 71 9 45 0 5C 27 38 145 55 18
Octal 161 11 105 0 134 47 70 505 125 30
Binary 1110001 1001 1000101 0 1011100 100111 111000 101000101 1010101 11000

Color Harmonies of #710945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710945

Black with #710945

Text Example


Text Example

White with #710945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710945; }

 p { color: rgb(113,9,69); }

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

background-color css

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

 a { background-color: rgb(113,9,69); }

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

border-color css

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

 span { border-color: rgb(113,9,69); }

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