Html Css Color HEX #83044A Tyrian Purple

📋 copy color: '#83044A'

red 131 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #83044A

Tints of Tyrian Purple #83044A

RGB

 RED value IS 131 (51.56% from 255) = 62.68%

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

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

R = 62.68%
G = 1.91%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83044A (or 0x83044A) is known color: Tyrian Purple. HEX triplet: 83, 04 and 4A. RGB value is (131,4,74). Sum of RGB (Red+Green+Blue) = 131+4+74=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83044A is #7CFBB5. Grayscale: #313131. Windows color (decimal): -8190902 or 4850819. OLE color: 4850819.

HSL color Cylindrical-coordinate representation of color #83044A: hue angle of 326.93º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83044A is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 4 74 -
CMYK 0 0.97 0.44 0.49
HSL 326.93º 0.94% 0.26% -
HSV(B) 326.93º 0.97% 0.51% -
XYZ 10.64 5.41 6.96 -
YUV 49.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 131 4 74 0 0.97 0.44 0.49 326.93 0.94 0.26
Hex 83 4 4A 0 61 2C 31 147 5E 1A
Octal 203 4 112 0 141 54 61 507 136 32
Binary 10000011 100 1001010 0 1100001 101100 110001 101000111 1011110 11010

Color Harmonies of #83044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83044A

Black with #83044A

Text Example


Text Example

White with #83044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,4,74); }

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

background-color css

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

 a { background-color: rgb(131,4,74); }

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

border-color css

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

 span { border-color: rgb(131,4,74); }

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