Html Css Color HEX #71083C Tyrian Purple

📋 copy color: '#71083C'

red 113 ◦ green 8 ◦ blue 60

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

Shades of Tyrian Purple #71083C

Tints of Tyrian Purple #71083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 60 (23.83% from 255) = 33.15%

R = 62.43%
G = 4.42%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71083C (or 0x71083C) is known color: Tyrian Purple. HEX triplet: 71, 08 and 3C. RGB value is (113,8,60). Sum of RGB (Red+Green+Blue) = 113+8+60=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71083C is #8EF7C3. Grayscale: #2D2D2D. Windows color (decimal): -9369540 or 3934321. OLE color: 3934321.

HSL color Cylindrical-coordinate representation of color #71083C: hue angle of 330.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71083C is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 8 60 -
CMYK 0 0.93 0.47 0.56
HSL 330.29º 0.87% 0.24% -
HSV(B) 330.29º 0.93% 0.44% -
XYZ 7.71 4.01 4.64 -
YUV 45.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 113 8 60 0 0.93 0.47 0.56 330.29 0.87 0.24
Hex 71 8 3C 0 5D 2F 38 14A 57 18
Octal 161 10 74 0 135 57 70 512 127 30
Binary 1110001 1000 111100 0 1011101 101111 111000 101001010 1010111 11000

Color Harmonies of #71083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71083C

Black with #71083C

Text Example


Text Example

White with #71083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71083C; }

 p { color: rgb(113,8,60); }

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

background-color css

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

 a { background-color: rgb(113,8,60); }

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

border-color css

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

 span { border-color: rgb(113,8,60); }

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