Html Css Color HEX #71004A Tyrian Purple

📋 copy color: '#71004A'

red 113 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #71004A

Tints of Tyrian Purple #71004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 39.57%

R = 60.43%
G = 0%
B = 39.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71004A (or 0x71004A) is known color: Tyrian Purple. HEX triplet: 71, 00 and 4A. RGB value is (113,0,74). Sum of RGB (Red+Green+Blue) = 113+0+74=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #71004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71004A is #8EFFB5. Grayscale: #2A2A2A. Windows color (decimal): -9371574 or 4849777. OLE color: 4849777.

HSL color Cylindrical-coordinate representation of color #71004A: hue angle of 320.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71004A is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 74 -
CMYK 0 1 0.35 0.56
HSL 320.71º 1% 0.22% -
HSV(B) 320.71º 1% 0.44% -
XYZ 8.05 4.01 6.83 -
YUV 42.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 113 0 74 0 1 0.35 0.56 320.71 1 0.22
Hex 71 0 4A 0 64 23 38 141 64 16
Octal 161 0 112 0 144 43 70 501 144 26
Binary 1110001 0 1001010 0 1100100 100011 111000 101000001 1100100 10110

Color Harmonies of #71004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71004A

Black with #71004A

Text Example


Text Example

White with #71004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,0,74); }

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

background-color css

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

 a { background-color: rgb(113,0,74); }

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

border-color css

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

 span { border-color: rgb(113,0,74); }

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