Html Css Color HEX #71004B Tyrian Purple

📋 copy color: '#71004B'

red 113 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #71004B

Tints of Tyrian Purple #71004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 60.11%
G = 0%
B = 39.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71004B (or 0x71004B) is known color: Tyrian Purple. HEX triplet: 71, 00 and 4B. RGB value is (113,0,75). Sum of RGB (Red+Green+Blue) = 113+0+75=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #71004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71004B is #8EFFB4. Grayscale: #2A2A2A. Windows color (decimal): -9371573 or 4915313. OLE color: 4915313.

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

Color convert

RGB 113 0 75 -
CMYK 0 1 0.34 0.56
HSL 320.18º 1% 0.22% -
HSV(B) 320.18º 1% 0.44% -
XYZ 8.08 4.02 7.01 -
YUV 42.34 146.44 178.4 -
System Red Green Blue C M Y K H S L
Decimal 113 0 75 0 1 0.34 0.56 320.18 1 0.22
Hex 71 0 4B 0 64 22 38 140 64 16
Octal 161 0 113 0 144 42 70 500 144 26
Binary 1110001 0 1001011 0 1100100 100010 111000 101000000 1100100 10110

Color Harmonies of #71004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71004B

Black with #71004B

Text Example


Text Example

White with #71004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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