Html Css Color HEX #710A48 Tyrian Purple

📋 copy color: '#710A48'

red 113 ◦ green 10 ◦ blue 72

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

Shades of Tyrian Purple #710A48

Tints of Tyrian Purple #710A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.13%

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

R = 57.95%
G = 5.13%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#710A48 (or 0x710A48) is known color: Tyrian Purple. HEX triplet: 71, 0A and 48. RGB value is (113,10,72). Sum of RGB (Red+Green+Blue) = 113+10+72=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #710A48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A48 is #8EF5B7. Grayscale: #2F2F2F. Windows color (decimal): -9369016 or 4721265. OLE color: 4721265.

HSL color Cylindrical-coordinate representation of color #710A48: hue angle of 323.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A48 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 72 -
CMYK 0 0.91 0.36 0.56
HSL 323.88º 0.84% 0.24% -
HSV(B) 323.88º 0.91% 0.44% -
XYZ 8.09 4.2 6.51 -
YUV 47.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 113 10 72 0 0.91 0.36 0.56 323.88 0.84 0.24
Hex 71 A 48 0 5B 24 38 144 54 18
Octal 161 12 110 0 133 44 70 504 124 30
Binary 1110001 1010 1001000 0 1011011 100100 111000 101000100 1010100 11000

Color Harmonies of #710A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A48

Black with #710A48

Text Example


Text Example

White with #710A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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