Html Css Color HEX #83064D Tyrian Purple

📋 copy color: '#83064D'

red 131 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #83064D

Tints of Tyrian Purple #83064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 61.21%
G = 2.8%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83064D (or 0x83064D) is known color: Tyrian Purple. HEX triplet: 83, 06 and 4D. RGB value is (131,6,77). Sum of RGB (Red+Green+Blue) = 131+6+77=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #83064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83064D is #7CF9B2. Grayscale: #333333. Windows color (decimal): -8190387 or 5047939. OLE color: 5047939.

HSL color Cylindrical-coordinate representation of color #83064D: hue angle of 325.92º degrees, saturation: 0.91, 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 #83064D is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 6 77 -
CMYK 0 0.95 0.41 0.49
HSL 325.92º 0.91% 0.27% -
HSV(B) 325.92º 0.95% 0.51% -
XYZ 10.76 5.49 7.51 -
YUV 51.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 131 6 77 0 0.95 0.41 0.49 325.92 0.91 0.27
Hex 83 6 4D 0 5F 29 31 146 5B 1B
Octal 203 6 115 0 137 51 61 506 133 33
Binary 10000011 110 1001101 0 1011111 101001 110001 101000110 1011011 11011

Color Harmonies of #83064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83064D

Black with #83064D

Text Example


Text Example

White with #83064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83064D; }

 p { color: rgb(131,6,77); }

 H1.HeaderClassName
 {
   color: #83064D;
 }
 .AnyTagClassName
 {
   color: #83064D;
 }
</style>

background-color css

<style>
 a { background-color: #83064D; }

 a { background-color: rgb(131,6,77); }

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

border-color css

<style>
 span { border-color: #83064D; }

 span { border-color: rgb(131,6,77); }

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