Html Css Color HEX #710636 Tyrian Purple

📋 copy color: '#710636'

red 113 ◦ green 6 ◦ blue 54

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

Shades of Tyrian Purple #710636

Tints of Tyrian Purple #710636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

 BLUE value IS 54 (21.48% from 255) = 31.21%

R = 65.32%
G = 3.47%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#710636 (or 0x710636) is known color: Tyrian Purple. HEX triplet: 71, 06 and 36. RGB value is (113,6,54). Sum of RGB (Red+Green+Blue) = 113+6+54=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #710636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710636 is #8EF9C9. Grayscale: #2B2B2B. Windows color (decimal): -9370058 or 3540593. OLE color: 3540593.

HSL color Cylindrical-coordinate representation of color #710636: hue angle of 333.08º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710636 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 54 -
CMYK 0 0.95 0.52 0.56
HSL 333.08º 0.9% 0.23% -
HSV(B) 333.08º 0.95% 0.44% -
XYZ 7.54 3.91 3.85 -
YUV 43.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 113 6 54 0 0.95 0.52 0.56 333.08 0.9 0.23
Hex 71 6 36 0 5F 34 38 14D 5A 17
Octal 161 6 66 0 137 64 70 515 132 27
Binary 1110001 110 110110 0 1011111 110100 111000 101001101 1011010 10111

Color Harmonies of #710636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710636

Black with #710636

Text Example


Text Example

White with #710636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710636; }

 p { color: rgb(113,6,54); }

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

background-color css

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

 a { background-color: rgb(113,6,54); }

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

border-color css

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

 span { border-color: rgb(113,6,54); }

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