Html Css Color HEX #710036 Tyrian Purple

📋 copy color: '#710036'

red 113 ◦ green 0 ◦ blue 54

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

Shades of Tyrian Purple #710036

Tints of Tyrian Purple #710036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.66%
G = 0%
B = 32.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#710036 (or 0x710036) is known color: Tyrian Purple. HEX triplet: 71, 00 and 36. RGB value is (113,0,54). Sum of RGB (Red+Green+Blue) = 113+0+54=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #710036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710036 is #8EFFC9. Grayscale: #272727. Windows color (decimal): -9371594 or 3539057. OLE color: 3539057.

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

Color convert

RGB 113 0 54 -
CMYK 0 1 0.52 0.56
HSL 331.33º 1% 0.22% -
HSV(B) 331.33º 1% 0.44% -
XYZ 7.48 3.78 3.83 -
YUV 39.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 113 0 54 0 1 0.52 0.56 331.33 1 0.22
Hex 71 0 36 0 64 34 38 14B 64 16
Octal 161 0 66 0 144 64 70 513 144 26
Binary 1110001 0 110110 0 1100100 110100 111000 101001011 1100100 10110

Color Harmonies of #710036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710036

Black with #710036

Text Example


Text Example

White with #710036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710036; }

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

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

background-color css

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

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

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

border-color css

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

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

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