Html Css Color HEX #710934 Tyrian Purple

📋 copy color: '#710934'

red 113 ◦ green 9 ◦ blue 52

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

Shades of Tyrian Purple #710934

Tints of Tyrian Purple #710934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.89%

R = 64.94%
G = 5.17%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#710934 (or 0x710934) is known color: Tyrian Purple. HEX triplet: 71, 09 and 34. RGB value is (113,9,52). Sum of RGB (Red+Green+Blue) = 113+9+52=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #710934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710934 is #8EF6CB. Grayscale: #2C2C2C. Windows color (decimal): -9369292 or 3410289. OLE color: 3410289.

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

Color convert

RGB 113 9 52 -
CMYK 0 0.92 0.54 0.56
HSL 335.19º 0.85% 0.24% -
HSV(B) 335.19º 0.92% 0.44% -
XYZ 7.53 3.95 3.62 -
YUV 45 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 113 9 52 0 0.92 0.54 0.56 335.19 0.85 0.24
Hex 71 9 34 0 5C 36 38 14F 55 18
Octal 161 11 64 0 134 66 70 517 125 30
Binary 1110001 1001 110100 0 1011100 110110 111000 101001111 1010101 11000

Color Harmonies of #710934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710934

Black with #710934

Text Example


Text Example

White with #710934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710934; }

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

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

background-color css

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

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

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

border-color css

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

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

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