Html Css Color HEX #710138 Tyrian Purple

📋 copy color: '#710138'

red 113 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #710138

Tints of Tyrian Purple #710138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.94%

R = 66.47%
G = 0.59%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#710138 (or 0x710138) is known color: Tyrian Purple. HEX triplet: 71, 01 and 38. RGB value is (113,1,56). Sum of RGB (Red+Green+Blue) = 113+1+56=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #710138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710138 is #8EFEC7. Grayscale: #282828. Windows color (decimal): -9371336 or 3670385. OLE color: 3670385.

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

Color convert

RGB 113 1 56 -
CMYK 0 0.99 0.50 0.56
HSL 330.54º 0.98% 0.22% -
HSV(B) 330.54º 0.99% 0.44% -
XYZ 7.53 3.82 4.08 -
YUV 40.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 113 1 56 0 0.99 0.50 0.56 330.54 0.98 0.22
Hex 71 1 38 0 63 32 38 14B 62 16
Octal 161 1 70 0 143 62 70 513 142 26
Binary 1110001 1 111000 0 1100011 110010 111000 101001011 1100010 10110

Color Harmonies of #710138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710138

Black with #710138

Text Example


Text Example

White with #710138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710138; }

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

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

background-color css

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

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

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

border-color css

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

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

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