Html Css Color HEX #710337 Tyrian Purple

📋 copy color: '#710337'

red 113 ◦ green 3 ◦ blue 55

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

Shades of Tyrian Purple #710337

Tints of Tyrian Purple #710337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

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

R = 66.08%
G = 1.75%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#710337 (or 0x710337) is known color: Tyrian Purple. HEX triplet: 71, 03 and 37. RGB value is (113,3,55). Sum of RGB (Red+Green+Blue) = 113+3+55=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #710337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710337 is #8EFCC8. Grayscale: #292929. Windows color (decimal): -9370825 or 3605361. OLE color: 3605361.

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

Color convert

RGB 113 3 55 -
CMYK 0 0.97 0.51 0.56
HSL 331.64º 0.95% 0.23% -
HSV(B) 331.64º 0.97% 0.44% -
XYZ 7.53 3.85 3.96 -
YUV 41.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 113 3 55 0 0.97 0.51 0.56 331.64 0.95 0.23
Hex 71 3 37 0 61 33 38 14C 5F 17
Octal 161 3 67 0 141 63 70 514 137 27
Binary 1110001 11 110111 0 1100001 110011 111000 101001100 1011111 10111

Color Harmonies of #710337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710337

Black with #710337

Text Example


Text Example

White with #710337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710337; }

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

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

background-color css

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

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

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

border-color css

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

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

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