Html Css Color HEX #710948 Tyrian Purple

📋 copy color: '#710948'

red 113 ◦ green 9 ◦ blue 72

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

Shades of Tyrian Purple #710948

Tints of Tyrian Purple #710948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 58.25%
G = 4.64%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#710948 (or 0x710948) is known color: Tyrian Purple. HEX triplet: 71, 09 and 48. RGB value is (113,9,72). Sum of RGB (Red+Green+Blue) = 113+9+72=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #710948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710948 is #8EF6B7. Grayscale: #2F2F2F. Windows color (decimal): -9369272 or 4721009. OLE color: 4721009.

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

Color convert

RGB 113 9 72 -
CMYK 0 0.92 0.36 0.56
HSL 323.65º 0.85% 0.24% -
HSV(B) 323.65º 0.92% 0.44% -
XYZ 8.08 4.17 6.51 -
YUV 47.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 113 9 72 0 0.92 0.36 0.56 323.65 0.85 0.24
Hex 71 9 48 0 5C 24 38 144 55 18
Octal 161 11 110 0 134 44 70 504 125 30
Binary 1110001 1001 1001000 0 1011100 100100 111000 101000100 1010101 11000

Color Harmonies of #710948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710948

Black with #710948

Text Example


Text Example

White with #710948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710948; }

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

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

background-color css

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

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

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

border-color css

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

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

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