Html Css Color HEX #710232 Tyrian Purple

📋 copy color: '#710232'

red 113 ◦ green 2 ◦ blue 50

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

Shades of Tyrian Purple #710232

Tints of Tyrian Purple #710232

RGB

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

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

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

R = 68.48%
G = 1.21%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#710232 (or 0x710232) is known color: Tyrian Purple. HEX triplet: 71, 02 and 32. RGB value is (113,2,50). Sum of RGB (Red+Green+Blue) = 113+2+50=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #710232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710232 is #8EFDCD. Grayscale: #282828. Windows color (decimal): -9371086 or 3277425. OLE color: 3277425.

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

Color convert

RGB 113 2 50 -
CMYK 0 0.98 0.56 0.56
HSL 334.05º 0.97% 0.23% -
HSV(B) 334.05º 0.98% 0.44% -
XYZ 7.41 3.78 3.36 -
YUV 40.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 113 2 50 0 0.98 0.56 0.56 334.05 0.97 0.23
Hex 71 2 32 0 62 38 38 14E 61 17
Octal 161 2 62 0 142 70 70 516 141 27
Binary 1110001 10 110010 0 1100010 111000 111000 101001110 1100001 10111

Color Harmonies of #710232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710232

Black with #710232

Text Example


Text Example

White with #710232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710232; }

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

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

background-color css

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

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

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

border-color css

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

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

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