Html Css Color HEX #83054C Tyrian Purple

📋 copy color: '#83054C'

red 131 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #83054C

Tints of Tyrian Purple #83054C

RGB

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

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

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

R = 61.79%
G = 2.36%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83054C (or 0x83054C) is known color: Tyrian Purple. HEX triplet: 83, 05 and 4C. RGB value is (131,5,76). Sum of RGB (Red+Green+Blue) = 131+5+76=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83054C is #7CFAB3. Grayscale: #323232. Windows color (decimal): -8190644 or 4982147. OLE color: 4982147.

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

Color convert

RGB 131 5 76 -
CMYK 0 0.96 0.42 0.49
HSL 326.19º 0.93% 0.27% -
HSV(B) 326.19º 0.96% 0.51% -
XYZ 10.72 5.46 7.33 -
YUV 50.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 131 5 76 0 0.96 0.42 0.49 326.19 0.93 0.27
Hex 83 5 4C 0 60 2A 31 146 5D 1B
Octal 203 5 114 0 140 52 61 506 135 33
Binary 10000011 101 1001100 0 1100000 101010 110001 101000110 1011101 11011

Color Harmonies of #83054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83054C

Black with #83054C

Text Example


Text Example

White with #83054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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