Html Css Color HEX #531143 Tyrian Purple

📋 copy color: '#531143'

red 83 ◦ green 17 ◦ blue 67

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

Shades of Tyrian Purple #531143

Tints of Tyrian Purple #531143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 67 (26.56% from 255) = 40.12%

R = 49.7%
G = 10.18%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#531143 (or 0x531143) is known color: Tyrian Purple. HEX triplet: 53, 11 and 43. RGB value is (83,17,67). Sum of RGB (Red+Green+Blue) = 83+17+67=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #531143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531143 is #ACEEBC. Grayscale: #2A2A2A. Windows color (decimal): -11333309 or 4395347. OLE color: 4395347.

HSL color Cylindrical-coordinate representation of color #531143: hue angle of 314.55º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531143 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 67 -
CMYK 0 0.80 0.19 0.67
HSL 314.55º 0.66% 0.2% -
HSV(B) 314.55º 0.8% 0.33% -
XYZ 4.78 2.65 5.57 -
YUV 42.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 83 17 67 0 0.80 0.19 0.67 314.55 0.66 0.2
Hex 53 11 43 0 50 13 43 13B 42 14
Octal 123 21 103 0 120 23 103 473 102 24
Binary 1010011 10001 1000011 0 1010000 10011 1000011 100111011 1000010 10100

Color Harmonies of #531143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531143

Black with #531143

Text Example


Text Example

White with #531143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531143; }

 p { color: rgb(83,17,67); }

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

background-color css

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

 a { background-color: rgb(83,17,67); }

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

border-color css

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

 span { border-color: rgb(83,17,67); }

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