Html Css Color HEX #710B4C Tyrian Purple

📋 copy color: '#710B4C'

red 113 ◦ green 11 ◦ blue 76

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

Shades of Tyrian Purple #710B4C

Tints of Tyrian Purple #710B4C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.5%

 BLUE value IS 76 (30.08% from 255) = 38%

R = 56.5%
G = 5.5%
B = 38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#710B4C (or 0x710B4C) is known color: Tyrian Purple. HEX triplet: 71, 0B and 4C. RGB value is (113,11,76). Sum of RGB (Red+Green+Blue) = 113+11+76=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #710B4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B4C is #8EF4B3. Grayscale: #303030. Windows color (decimal): -9368756 or 4983665. OLE color: 4983665.

HSL color Cylindrical-coordinate representation of color #710B4C: hue angle of 321.76º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B4C is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 11 76 -
CMYK 0 0.90 0.33 0.56
HSL 321.76º 0.82% 0.24% -
HSV(B) 321.76º 0.9% 0.44% -
XYZ 8.23 4.27 7.23 -
YUV 48.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 113 11 76 0 0.90 0.33 0.56 321.76 0.82 0.24
Hex 71 B 4C 0 5A 21 38 142 52 18
Octal 161 13 114 0 132 41 70 502 122 30
Binary 1110001 1011 1001100 0 1011010 100001 111000 101000010 1010010 11000

Color Harmonies of #710B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B4C

Black with #710B4C

Text Example


Text Example

White with #710B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,11,76); }

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

background-color css

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

 a { background-color: rgb(113,11,76); }

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

border-color css

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

 span { border-color: rgb(113,11,76); }

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