Html Css Color HEX #531049 Tyrian Purple

📋 copy color: '#531049'

red 83 ◦ green 16 ◦ blue 73

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

Shades of Tyrian Purple #531049

Tints of Tyrian Purple #531049

RGB

 RED value IS 83 (32.81% from 255) = 48.26%

 GREEN value IS 16 (6.64% from 255) = 9.3%

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 48.26%
G = 9.3%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#531049 (or 0x531049) is known color: Tyrian Purple. HEX triplet: 53, 10 and 49. RGB value is (83,16,73). Sum of RGB (Red+Green+Blue) = 83+16+73=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531049 is #ACEFB6. Grayscale: #2A2A2A. Windows color (decimal): -11333559 or 4788307. OLE color: 4788307.

HSL color Cylindrical-coordinate representation of color #531049: hue angle of 308.96º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531049 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 73 -
CMYK 0 0.81 0.12 0.67
HSL 308.96º 0.68% 0.19% -
HSV(B) 308.96º 0.81% 0.33% -
XYZ 4.96 2.69 6.56 -
YUV 42.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 83 16 73 0 0.81 0.12 0.67 308.96 0.68 0.19
Hex 53 10 49 0 51 C 43 135 44 13
Octal 123 20 111 0 121 14 103 465 104 23
Binary 1010011 10000 1001001 0 1010001 1100 1000011 100110101 1000100 10011

Color Harmonies of #531049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531049

Black with #531049

Text Example


Text Example

White with #531049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531049; }

 p { color: rgb(83,16,73); }

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

background-color css

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

 a { background-color: rgb(83,16,73); }

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

border-color css

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

 span { border-color: rgb(83,16,73); }

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