Html Css Color HEX #710B32 Tyrian Purple

📋 copy color: '#710B32'

red 113 ◦ green 11 ◦ blue 50

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

Shades of Tyrian Purple #710B32

Tints of Tyrian Purple #710B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 64.94%
G = 6.32%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#710B32 (or 0x710B32) is known color: Tyrian Purple. HEX triplet: 71, 0B and 32. RGB value is (113,11,50). Sum of RGB (Red+Green+Blue) = 113+11+50=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #710B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B32 is #8EF4CD. Grayscale: #2D2D2D. Windows color (decimal): -9368782 or 3279729. OLE color: 3279729.

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

Color convert

RGB 113 11 50 -
CMYK 0 0.90 0.56 0.56
HSL 337.06º 0.82% 0.24% -
HSV(B) 337.06º 0.9% 0.44% -
XYZ 7.51 3.98 3.39 -
YUV 45.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 113 11 50 0 0.90 0.56 0.56 337.06 0.82 0.24
Hex 71 B 32 0 5A 38 38 151 52 18
Octal 161 13 62 0 132 70 70 521 122 30
Binary 1110001 1011 110010 0 1011010 111000 111000 101010001 1010010 11000

Color Harmonies of #710B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B32

Black with #710B32

Text Example


Text Example

White with #710B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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