Html Css Color HEX #71045A Tyrian Purple

📋 copy color: '#71045A'

red 113 ◦ green 4 ◦ blue 90

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

Shades of Tyrian Purple #71045A

Tints of Tyrian Purple #71045A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 54.59%
G = 1.93%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71045A (or 0x71045A) is known color: Tyrian Purple. HEX triplet: 71, 04 and 5A. RGB value is (113,4,90). Sum of RGB (Red+Green+Blue) = 113+4+90=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71045A is #8EFBA5. Grayscale: #2E2E2E. Windows color (decimal): -9370534 or 5899377. OLE color: 5899377.

HSL color Cylindrical-coordinate representation of color #71045A: hue angle of 312.66º 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 #71045A is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 90 -
CMYK 0 0.96 0.20 0.56
HSL 312.66º 0.93% 0.23% -
HSV(B) 312.66º 0.96% 0.44% -
XYZ 8.7 4.34 10.05 -
YUV 46.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 113 4 90 0 0.96 0.20 0.56 312.66 0.93 0.23
Hex 71 4 5A 0 60 14 38 139 5D 17
Octal 161 4 132 0 140 24 70 471 135 27
Binary 1110001 100 1011010 0 1100000 10100 111000 100111001 1011101 10111

Color Harmonies of #71045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71045A

Black with #71045A

Text Example


Text Example

White with #71045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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