Html Css Color HEX #710B3F Tyrian Purple

📋 copy color: '#710B3F'

red 113 ◦ green 11 ◦ blue 63

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

Shades of Tyrian Purple #710B3F

Tints of Tyrian Purple #710B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.69%

R = 60.43%
G = 5.88%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#710B3F (or 0x710B3F) is known color: Tyrian Purple. HEX triplet: 71, 0B and 3F. RGB value is (113,11,63). Sum of RGB (Red+Green+Blue) = 113+11+63=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B3F is #8EF4C0. Grayscale: #2F2F2F. Windows color (decimal): -9368769 or 4131697. OLE color: 4131697.

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

Color convert

RGB 113 11 63 -
CMYK 0 0.90 0.44 0.56
HSL 329.41º 0.82% 0.24% -
HSV(B) 329.41º 0.9% 0.44% -
XYZ 7.83 4.11 5.08 -
YUV 47.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 113 11 63 0 0.90 0.44 0.56 329.41 0.82 0.24
Hex 71 B 3F 0 5A 2C 38 149 52 18
Octal 161 13 77 0 132 54 70 511 122 30
Binary 1110001 1011 111111 0 1011010 101100 111000 101001001 1010010 11000

Color Harmonies of #710B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B3F

Black with #710B3F

Text Example


Text Example

White with #710B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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