Html Css Color HEX #83064C Tyrian Purple

📋 copy color: '#83064C'

red 131 ◦ green 6 ◦ blue 76

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

Shades of Tyrian Purple #83064C

Tints of Tyrian Purple #83064C

RGB

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

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

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

R = 61.5%
G = 2.82%
B = 35.68%

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

#83064C (or 0x83064C) is known color: Tyrian Purple. HEX triplet: 83, 06 and 4C. RGB value is (131,6,76). Sum of RGB (Red+Green+Blue) = 131+6+76=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83064C is #7CF9B3. Grayscale: #333333. Windows color (decimal): -8190388 or 4982403. OLE color: 4982403.

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

Color convert

RGB 131 6 76 -
CMYK 0 0.95 0.42 0.49
HSL 326.4º 0.91% 0.27% -
HSV(B) 326.4º 0.95% 0.51% -
XYZ 10.73 5.48 7.33 -
YUV 51.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 131 6 76 0 0.95 0.42 0.49 326.4 0.91 0.27
Hex 83 6 4C 0 5F 2A 31 146 5B 1B
Octal 203 6 114 0 137 52 61 506 133 33
Binary 10000011 110 1001100 0 1011111 101010 110001 101000110 1011011 11011

Color Harmonies of #83064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83064C

Black with #83064C

Text Example


Text Example

White with #83064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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