Html Css Color HEX #531341 Tyrian Purple

📋 copy color: '#531341'

red 83 ◦ green 19 ◦ blue 65

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

Shades of Tyrian Purple #531341

Tints of Tyrian Purple #531341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

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

R = 49.7%
G = 11.38%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#531341 (or 0x531341) is known color: Tyrian Purple. HEX triplet: 53, 13 and 41. RGB value is (83,19,65). Sum of RGB (Red+Green+Blue) = 83+19+65=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #531341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531341 is #ACECBE. Grayscale: #2B2B2B. Windows color (decimal): -11332799 or 4264787. OLE color: 4264787.

HSL color Cylindrical-coordinate representation of color #531341: hue angle of 316.88º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531341 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 65 -
CMYK 0 0.77 0.22 0.67
HSL 316.88º 0.63% 0.2% -
HSV(B) 316.88º 0.77% 0.33% -
XYZ 4.75 2.69 5.27 -
YUV 43.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 83 19 65 0 0.77 0.22 0.67 316.88 0.63 0.2
Hex 53 13 41 0 4D 16 43 13D 3F 14
Octal 123 23 101 0 115 26 103 475 77 24
Binary 1010011 10011 1000001 0 1001101 10110 1000011 100111101 111111 10100

Color Harmonies of #531341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531341

Black with #531341

Text Example


Text Example

White with #531341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531341; }

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

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

background-color css

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

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

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

border-color css

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

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

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