Html Css Color HEX #531141 Tyrian Purple

📋 copy color: '#531141'

red 83 ◦ green 17 ◦ blue 65

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

Shades of Tyrian Purple #531141

Tints of Tyrian Purple #531141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 50.3%
G = 10.3%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#531141 (or 0x531141) is known color: Tyrian Purple. HEX triplet: 53, 11 and 41. RGB value is (83,17,65). Sum of RGB (Red+Green+Blue) = 83+17+65=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #531141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531141 is #ACEEBE. Grayscale: #2A2A2A. Windows color (decimal): -11333311 or 4264275. OLE color: 4264275.

HSL color Cylindrical-coordinate representation of color #531141: hue angle of 316.36º 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 #531141 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 65 -
CMYK 0 0.80 0.22 0.67
HSL 316.36º 0.66% 0.2% -
HSV(B) 316.36º 0.8% 0.33% -
XYZ 4.72 2.62 5.26 -
YUV 42.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 83 17 65 0 0.80 0.22 0.67 316.36 0.66 0.2
Hex 53 11 41 0 50 16 43 13C 42 14
Octal 123 21 101 0 120 26 103 474 102 24
Binary 1010011 10001 1000001 0 1010000 10110 1000011 100111100 1000010 10100

Color Harmonies of #531141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531141

Black with #531141

Text Example


Text Example

White with #531141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531141; }

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

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

background-color css

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

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

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

border-color css

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

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

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