Html Css Color HEX #710032 Tyrian Purple

📋 copy color: '#710032'

red 113 ◦ green 0 ◦ blue 50

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

Shades of Tyrian Purple #710032

Tints of Tyrian Purple #710032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.67%

R = 69.33%
G = 0%
B = 30.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#710032 (or 0x710032) is known color: Tyrian Purple. HEX triplet: 71, 00 and 32. RGB value is (113,0,50). Sum of RGB (Red+Green+Blue) = 113+0+50=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #710032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710032 is #8EFFCD. Grayscale: #272727. Windows color (decimal): -9371598 or 3276913. OLE color: 3276913.

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

Color convert

RGB 113 0 50 -
CMYK 0 1 0.56 0.56
HSL 333.45º 1% 0.22% -
HSV(B) 333.45º 1% 0.44% -
XYZ 7.39 3.74 3.35 -
YUV 39.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 113 0 50 0 1 0.56 0.56 333.45 1 0.22
Hex 71 0 32 0 64 38 38 14D 64 16
Octal 161 0 62 0 144 70 70 515 144 26
Binary 1110001 0 110010 0 1100100 111000 111000 101001101 1100100 10110

Color Harmonies of #710032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710032

Black with #710032

Text Example


Text Example

White with #710032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710032; }

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

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

background-color css

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

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

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

border-color css

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

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

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