Html Css Color HEX #710754 Tyrian Purple

📋 copy color: '#710754'

red 113 ◦ green 7 ◦ blue 84

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

Shades of Tyrian Purple #710754

Tints of Tyrian Purple #710754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.43%

 BLUE value IS 84 (33.2% from 255) = 41.18%

R = 55.39%
G = 3.43%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#710754 (or 0x710754) is known color: Tyrian Purple. HEX triplet: 71, 07 and 54. RGB value is (113,7,84). Sum of RGB (Red+Green+Blue) = 113+7+84=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #710754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710754 is #8EF8AB. Grayscale: #2F2F2F. Windows color (decimal): -9369772 or 5506929. OLE color: 5506929.

HSL color Cylindrical-coordinate representation of color #710754: hue angle of 316.42º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710754 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 84 -
CMYK 0 0.94 0.26 0.56
HSL 316.42º 0.88% 0.24% -
HSV(B) 316.42º 0.94% 0.44% -
XYZ 8.49 4.3 8.77 -
YUV 47.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 113 7 84 0 0.94 0.26 0.56 316.42 0.88 0.24
Hex 71 7 54 0 5E 1A 38 13C 58 18
Octal 161 7 124 0 136 32 70 474 130 30
Binary 1110001 111 1010100 0 1011110 11010 111000 100111100 1011000 11000

Color Harmonies of #710754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710754

Black with #710754

Text Example


Text Example

White with #710754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710754; }

 p { color: rgb(113,7,84); }

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

background-color css

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

 a { background-color: rgb(113,7,84); }

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

border-color css

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

 span { border-color: rgb(113,7,84); }

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