Html Css Color HEX #83054D Tyrian Purple

📋 copy color: '#83054D'

red 131 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #83054D

Tints of Tyrian Purple #83054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

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

R = 61.5%
G = 2.35%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83054D (or 0x83054D) is known color: Tyrian Purple. HEX triplet: 83, 05 and 4D. RGB value is (131,5,77). Sum of RGB (Red+Green+Blue) = 131+5+77=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83054D is #7CFAB2. Grayscale: #323232. Windows color (decimal): -8190643 or 5047683. OLE color: 5047683.

HSL color Cylindrical-coordinate representation of color #83054D: hue angle of 325.71º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83054D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 77 -
CMYK 0 0.96 0.41 0.49
HSL 325.71º 0.93% 0.27% -
HSV(B) 325.71º 0.96% 0.51% -
XYZ 10.75 5.47 7.51 -
YUV 50.88 142.74 185.15 -
System Red Green Blue C M Y K H S L
Decimal 131 5 77 0 0.96 0.41 0.49 325.71 0.93 0.27
Hex 83 5 4D 0 60 29 31 146 5D 1B
Octal 203 5 115 0 140 51 61 506 135 33
Binary 10000011 101 1001101 0 1100000 101001 110001 101000110 1011101 11011

Color Harmonies of #83054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83054D

Black with #83054D

Text Example


Text Example

White with #83054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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