Html Css Color HEX #710132 Tyrian Purple

📋 copy color: '#710132'

red 113 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #710132

Tints of Tyrian Purple #710132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 68.9%
G = 0.61%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#710132 (or 0x710132) is known color: Tyrian Purple. HEX triplet: 71, 01 and 32. RGB value is (113,1,50). Sum of RGB (Red+Green+Blue) = 113+1+50=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #710132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710132 is #8EFECD. Grayscale: #272727. Windows color (decimal): -9371342 or 3277169. OLE color: 3277169.

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

Color convert

RGB 113 1 50 -
CMYK 0 0.99 0.56 0.56
HSL 333.75º 0.98% 0.22% -
HSV(B) 333.75º 0.99% 0.44% -
XYZ 7.4 3.76 3.35 -
YUV 40.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 113 1 50 0 0.99 0.56 0.56 333.75 0.98 0.22
Hex 71 1 32 0 63 38 38 14E 62 16
Octal 161 1 62 0 143 70 70 516 142 26
Binary 1110001 1 110010 0 1100011 111000 111000 101001110 1100010 10110

Color Harmonies of #710132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710132

Black with #710132

Text Example


Text Example

White with #710132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710132; }

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

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

background-color css

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

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

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

border-color css

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

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

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