Html Css Color HEX #710930 Tyrian Purple

📋 copy color: '#710930'

red 113 ◦ green 9 ◦ blue 48

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

Shades of Tyrian Purple #710930

Tints of Tyrian Purple #710930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 66.47%
G = 5.29%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#710930 (or 0x710930) is known color: Tyrian Purple. HEX triplet: 71, 09 and 30. RGB value is (113,9,48). Sum of RGB (Red+Green+Blue) = 113+9+48=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #710930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710930 is #8EF6CF. Grayscale: #2C2C2C. Windows color (decimal): -9369296 or 3148145. OLE color: 3148145.

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

Color convert

RGB 113 9 48 -
CMYK 0 0.92 0.58 0.56
HSL 337.5º 0.85% 0.24% -
HSV(B) 337.5º 0.92% 0.44% -
XYZ 7.44 3.92 3.16 -
YUV 44.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 113 9 48 0 0.92 0.58 0.56 337.5 0.85 0.24
Hex 71 9 30 0 5C 3A 38 152 55 18
Octal 161 11 60 0 134 72 70 522 125 30
Binary 1110001 1001 110000 0 1011100 111010 111000 101010010 1010101 11000

Color Harmonies of #710930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710930

Black with #710930

Text Example


Text Example

White with #710930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710930; }

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

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

background-color css

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

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

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

border-color css

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

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

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