Html Css Color HEX #710134 Tyrian Purple

📋 copy color: '#710134'

red 113 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #710134

Tints of Tyrian Purple #710134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 68.07%
G = 0.6%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#710134 (or 0x710134) is known color: Tyrian Purple. HEX triplet: 71, 01 and 34. RGB value is (113,1,52). Sum of RGB (Red+Green+Blue) = 113+1+52=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #710134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710134 is #8EFECB. Grayscale: #282828. Windows color (decimal): -9371340 or 3408241. OLE color: 3408241.

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

Color convert

RGB 113 1 52 -
CMYK 0 0.99 0.54 0.56
HSL 332.68º 0.98% 0.22% -
HSV(B) 332.68º 0.99% 0.44% -
XYZ 7.44 3.78 3.59 -
YUV 40.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 113 1 52 0 0.99 0.54 0.56 332.68 0.98 0.22
Hex 71 1 34 0 63 36 38 14D 62 16
Octal 161 1 64 0 143 66 70 515 142 26
Binary 1110001 1 110100 0 1100011 110110 111000 101001101 1100010 10110

Color Harmonies of #710134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710134

Black with #710134

Text Example


Text Example

White with #710134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710134; }

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

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

background-color css

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

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

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

border-color css

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

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

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