Html Css Color HEX #71045B Tyrian Purple

📋 copy color: '#71045B'

red 113 ◦ green 4 ◦ blue 91

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

Shades of Tyrian Purple #71045B

Tints of Tyrian Purple #71045B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.75%

R = 54.33%
G = 1.92%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71045B (or 0x71045B) is known color: Tyrian Purple. HEX triplet: 71, 04 and 5B. RGB value is (113,4,91). Sum of RGB (Red+Green+Blue) = 113+4+91=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71045B is #8EFBA4. Grayscale: #2E2E2E. Windows color (decimal): -9370533 or 5964913. OLE color: 5964913.

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

Color convert

RGB 113 4 91 -
CMYK 0 0.96 0.19 0.56
HSL 312.11º 0.93% 0.23% -
HSV(B) 312.11º 0.96% 0.44% -
XYZ 8.74 4.35 10.28 -
YUV 46.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 113 4 91 0 0.96 0.19 0.56 312.11 0.93 0.23
Hex 71 4 5B 0 60 13 38 138 5D 17
Octal 161 4 133 0 140 23 70 470 135 27
Binary 1110001 100 1011011 0 1100000 10011 111000 100111000 1011101 10111

Color Harmonies of #71045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71045B

Black with #71045B

Text Example


Text Example

White with #71045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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