Html Css Color HEX #710B30 Tyrian Purple

📋 copy color: '#710B30'

red 113 ◦ green 11 ◦ blue 48

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

Shades of Tyrian Purple #710B30

Tints of Tyrian Purple #710B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.91%

R = 65.7%
G = 6.4%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#710B30 (or 0x710B30) is known color: Tyrian Purple. HEX triplet: 71, 0B and 30. RGB value is (113,11,48). Sum of RGB (Red+Green+Blue) = 113+11+48=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #710B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B30 is #8EF4CF. Grayscale: #2D2D2D. Windows color (decimal): -9368784 or 3148657. OLE color: 3148657.

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

Color convert

RGB 113 11 48 -
CMYK 0 0.90 0.58 0.56
HSL 338.24º 0.82% 0.24% -
HSV(B) 338.24º 0.9% 0.44% -
XYZ 7.46 3.96 3.17 -
YUV 45.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 113 11 48 0 0.90 0.58 0.56 338.24 0.82 0.24
Hex 71 B 30 0 5A 3A 38 152 52 18
Octal 161 13 60 0 132 72 70 522 122 30
Binary 1110001 1011 110000 0 1011010 111010 111000 101010010 1010010 11000

Color Harmonies of #710B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B30

Black with #710B30

Text Example


Text Example

White with #710B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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