Html Css Color HEX #83044B Tyrian Purple

📋 copy color: '#83044B'

red 131 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #83044B

Tints of Tyrian Purple #83044B

RGB

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

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

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

R = 62.38%
G = 1.9%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83044B (or 0x83044B) is known color: Tyrian Purple. HEX triplet: 83, 04 and 4B. RGB value is (131,4,75). Sum of RGB (Red+Green+Blue) = 131+4+75=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83044B is #7CFBB4. Grayscale: #313131. Windows color (decimal): -8190901 or 4916355. OLE color: 4916355.

HSL color Cylindrical-coordinate representation of color #83044B: hue angle of 326.46º 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 #83044B is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 4 75 -
CMYK 0 0.97 0.43 0.49
HSL 326.46º 0.94% 0.26% -
HSV(B) 326.46º 0.97% 0.51% -
XYZ 10.67 5.42 7.14 -
YUV 50.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 131 4 75 0 0.97 0.43 0.49 326.46 0.94 0.26
Hex 83 4 4B 0 61 2B 31 146 5E 1A
Octal 203 4 113 0 141 53 61 506 136 32
Binary 10000011 100 1001011 0 1100001 101011 110001 101000110 1011110 11010

Color Harmonies of #83044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83044B

Black with #83044B

Text Example


Text Example

White with #83044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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