Html Css Color HEX #83024A Tyrian Purple

📋 copy color: '#83024A'

red 131 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #83024A

Tints of Tyrian Purple #83024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 63.29%
G = 0.97%
B = 35.75%

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

#83024A (or 0x83024A) is known color: Tyrian Purple. HEX triplet: 83, 02 and 4A. RGB value is (131,2,74). Sum of RGB (Red+Green+Blue) = 131+2+74=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #83024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83024A is #7CFDB5. Grayscale: #303030. Windows color (decimal): -8191414 or 4850307. OLE color: 4850307.

HSL color Cylindrical-coordinate representation of color #83024A: hue angle of 326.51º degrees, saturation: 0.97, 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 #83024A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 2 74 -
CMYK 0 0.98 0.44 0.49
HSL 326.51º 0.97% 0.26% -
HSV(B) 326.51º 0.98% 0.51% -
XYZ 10.62 5.36 6.95 -
YUV 48.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 131 2 74 0 0.98 0.44 0.49 326.51 0.97 0.26
Hex 83 2 4A 0 62 2C 31 147 61 1A
Octal 203 2 112 0 142 54 61 507 141 32
Binary 10000011 10 1001010 0 1100010 101100 110001 101000111 1100001 11010

Color Harmonies of #83024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83024A

Black with #83024A

Text Example


Text Example

White with #83024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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