Html Css Color HEX #83074C Tyrian Purple

📋 copy color: '#83074C'

red 131 ◦ green 7 ◦ blue 76

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

Shades of Tyrian Purple #83074C

Tints of Tyrian Purple #83074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 61.21%
G = 3.27%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83074C (or 0x83074C) is known color: Tyrian Purple. HEX triplet: 83, 07 and 4C. RGB value is (131,7,76). Sum of RGB (Red+Green+Blue) = 131+7+76=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #83074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83074C is #7CF8B3. Grayscale: #333333. Windows color (decimal): -8190132 or 4982659. OLE color: 4982659.

HSL color Cylindrical-coordinate representation of color #83074C: hue angle of 326.61º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83074C is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 7 76 -
CMYK 0 0.95 0.42 0.49
HSL 326.61º 0.9% 0.27% -
HSV(B) 326.61º 0.95% 0.51% -
XYZ 10.74 5.5 7.33 -
YUV 51.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 131 7 76 0 0.95 0.42 0.49 326.61 0.9 0.27
Hex 83 7 4C 0 5F 2A 31 147 5A 1B
Octal 203 7 114 0 137 52 61 507 132 33
Binary 10000011 111 1001100 0 1011111 101010 110001 101000111 1011010 11011

Color Harmonies of #83074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83074C

Black with #83074C

Text Example


Text Example

White with #83074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,7,76); }

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

background-color css

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

 a { background-color: rgb(131,7,76); }

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

border-color css

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

 span { border-color: rgb(131,7,76); }

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