Html Css Color HEX #83064A Tyrian Purple

📋 copy color: '#83064A'

red 131 ◦ green 6 ◦ blue 74

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

Shades of Tyrian Purple #83064A

Tints of Tyrian Purple #83064A

RGB

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

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

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

R = 62.09%
G = 2.84%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83064A (or 0x83064A) is known color: Tyrian Purple. HEX triplet: 83, 06 and 4A. RGB value is (131,6,74). Sum of RGB (Red+Green+Blue) = 131+6+74=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83064A is #7CF9B5. Grayscale: #323232. Windows color (decimal): -8190390 or 4851331. OLE color: 4851331.

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

Color convert

RGB 131 6 74 -
CMYK 0 0.95 0.44 0.49
HSL 327.36º 0.91% 0.27% -
HSV(B) 327.36º 0.95% 0.51% -
XYZ 10.66 5.45 6.97 -
YUV 51.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 131 6 74 0 0.95 0.44 0.49 327.36 0.91 0.27
Hex 83 6 4A 0 5F 2C 31 147 5B 1B
Octal 203 6 112 0 137 54 61 507 133 33
Binary 10000011 110 1001010 0 1011111 101100 110001 101000111 1011011 11011

Color Harmonies of #83064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83064A

Black with #83064A

Text Example


Text Example

White with #83064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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