Html Css Color HEX #710454 Tyrian Purple

📋 copy color: '#710454'

red 113 ◦ green 4 ◦ blue 84

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

Shades of Tyrian Purple #710454

Tints of Tyrian Purple #710454

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 56.22%
G = 1.99%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#710454 (or 0x710454) is known color: Tyrian Purple. HEX triplet: 71, 04 and 54. RGB value is (113,4,84). Sum of RGB (Red+Green+Blue) = 113+4+84=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #710454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710454 is #8EFBAB. Grayscale: #2D2D2D. Windows color (decimal): -9370540 or 5506161. OLE color: 5506161.

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

Color convert

RGB 113 4 84 -
CMYK 0 0.96 0.26 0.56
HSL 315.96º 0.93% 0.23% -
HSV(B) 315.96º 0.96% 0.44% -
XYZ 8.45 4.24 8.76 -
YUV 45.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 113 4 84 0 0.96 0.26 0.56 315.96 0.93 0.23
Hex 71 4 54 0 60 1A 38 13C 5D 17
Octal 161 4 124 0 140 32 70 474 135 27
Binary 1110001 100 1010100 0 1100000 11010 111000 100111100 1011101 10111

Color Harmonies of #710454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710454

Black with #710454

Text Example


Text Example

White with #710454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710454; }

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

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

background-color css

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

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

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

border-color css

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

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

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