Html Css Color HEX #710037 Tyrian Purple

📋 copy color: '#710037'

red 113 ◦ green 0 ◦ blue 55

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

Shades of Tyrian Purple #710037

Tints of Tyrian Purple #710037

RGB

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

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

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

R = 67.26%
G = 0%
B = 32.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#710037 (or 0x710037) is known color: Tyrian Purple. HEX triplet: 71, 00 and 37. RGB value is (113,0,55). Sum of RGB (Red+Green+Blue) = 113+0+55=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #710037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710037 is #8EFFC8. Grayscale: #272727. Windows color (decimal): -9371593 or 3604593. OLE color: 3604593.

HSL color Cylindrical-coordinate representation of color #710037: hue angle of 330.8º 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 #710037 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 55 -
CMYK 0 1 0.51 0.56
HSL 330.8º 1% 0.22% -
HSV(B) 330.8º 1% 0.44% -
XYZ 7.5 3.79 3.95 -
YUV 40.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 113 0 55 0 1 0.51 0.56 330.8 1 0.22
Hex 71 0 37 0 64 33 38 14B 64 16
Octal 161 0 67 0 144 63 70 513 144 26
Binary 1110001 0 110111 0 1100100 110011 111000 101001011 1100100 10110

Color Harmonies of #710037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710037

Black with #710037

Text Example


Text Example

White with #710037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710037; }

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

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

background-color css

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

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

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

border-color css

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

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

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