Html Css Color HEX #83034A Tyrian Purple

📋 copy color: '#83034A'

red 131 ◦ green 3 ◦ blue 74

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

Shades of Tyrian Purple #83034A

Tints of Tyrian Purple #83034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 62.98%
G = 1.44%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83034A (or 0x83034A) is known color: Tyrian Purple. HEX triplet: 83, 03 and 4A. RGB value is (131,3,74). Sum of RGB (Red+Green+Blue) = 131+3+74=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83034A is #7CFCB5. Grayscale: #313131. Windows color (decimal): -8191158 or 4850563. OLE color: 4850563.

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

Color convert

RGB 131 3 74 -
CMYK 0 0.98 0.44 0.49
HSL 326.72º 0.96% 0.26% -
HSV(B) 326.72º 0.98% 0.51% -
XYZ 10.63 5.38 6.96 -
YUV 49.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 131 3 74 0 0.98 0.44 0.49 326.72 0.96 0.26
Hex 83 3 4A 0 62 2C 31 147 60 1A
Octal 203 3 112 0 142 54 61 507 140 32
Binary 10000011 11 1001010 0 1100010 101100 110001 101000111 1100000 11010

Color Harmonies of #83034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83034A

Black with #83034A

Text Example


Text Example

White with #83034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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