Html Css Color HEX #710B33 Tyrian Purple

📋 copy color: '#710B33'

red 113 ◦ green 11 ◦ blue 51

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

Shades of Tyrian Purple #710B33

Tints of Tyrian Purple #710B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.14%

R = 64.57%
G = 6.29%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#710B33 (or 0x710B33) is known color: Tyrian Purple. HEX triplet: 71, 0B and 33. RGB value is (113,11,51). Sum of RGB (Red+Green+Blue) = 113+11+51=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #710B33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B33 is #8EF4CC. Grayscale: #2E2E2E. Windows color (decimal): -9368781 or 3345265. OLE color: 3345265.

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

Color convert

RGB 113 11 51 -
CMYK 0 0.90 0.55 0.56
HSL 336.47º 0.82% 0.24% -
HSV(B) 336.47º 0.9% 0.44% -
XYZ 7.53 3.99 3.51 -
YUV 46.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 113 11 51 0 0.90 0.55 0.56 336.47 0.82 0.24
Hex 71 B 33 0 5A 37 38 150 52 18
Octal 161 13 63 0 132 67 70 520 122 30
Binary 1110001 1011 110011 0 1011010 110111 111000 101010000 1010010 11000

Color Harmonies of #710B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B33

Black with #710B33

Text Example


Text Example

White with #710B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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