Html Css Color HEX #710237 Tyrian Purple

📋 copy color: '#710237'

red 113 ◦ green 2 ◦ blue 55

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

Shades of Tyrian Purple #710237

Tints of Tyrian Purple #710237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 66.47%
G = 1.18%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#710237 (or 0x710237) is known color: Tyrian Purple. HEX triplet: 71, 02 and 37. RGB value is (113,2,55). Sum of RGB (Red+Green+Blue) = 113+2+55=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #710237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710237 is #8EFDC8. Grayscale: #292929. Windows color (decimal): -9371081 or 3605105. OLE color: 3605105.

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

Color convert

RGB 113 2 55 -
CMYK 0 0.98 0.51 0.56
HSL 331.35º 0.97% 0.23% -
HSV(B) 331.35º 0.98% 0.44% -
XYZ 7.52 3.83 3.96 -
YUV 41.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 113 2 55 0 0.98 0.51 0.56 331.35 0.97 0.23
Hex 71 2 37 0 62 33 38 14B 61 17
Octal 161 2 67 0 142 63 70 513 141 27
Binary 1110001 10 110111 0 1100010 110011 111000 101001011 1100001 10111

Color Harmonies of #710237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710237

Black with #710237

Text Example


Text Example

White with #710237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710237; }

 p { color: rgb(113,2,55); }

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

background-color css

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

 a { background-color: rgb(113,2,55); }

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

border-color css

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

 span { border-color: rgb(113,2,55); }

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