Html Css Color HEX #531344 Tyrian Purple

📋 copy color: '#531344'

red 83 ◦ green 19 ◦ blue 68

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

Shades of Tyrian Purple #531344

Tints of Tyrian Purple #531344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40%

R = 48.82%
G = 11.18%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#531344 (or 0x531344) is known color: Tyrian Purple. HEX triplet: 53, 13 and 44. RGB value is (83,19,68). Sum of RGB (Red+Green+Blue) = 83+19+68=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531344 is #ACECBB. Grayscale: #2B2B2B. Windows color (decimal): -11332796 or 4461395. OLE color: 4461395.

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

Color convert

RGB 83 19 68 -
CMYK 0 0.77 0.18 0.67
HSL 314.06º 0.63% 0.2% -
HSV(B) 314.06º 0.77% 0.33% -
XYZ 4.84 2.72 5.74 -
YUV 43.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 83 19 68 0 0.77 0.18 0.67 314.06 0.63 0.2
Hex 53 13 44 0 4D 12 43 13A 3F 14
Octal 123 23 104 0 115 22 103 472 77 24
Binary 1010011 10011 1000100 0 1001101 10010 1000011 100111010 111111 10100

Color Harmonies of #531344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531344

Black with #531344

Text Example


Text Example

White with #531344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531344; }

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

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

background-color css

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

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

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

border-color css

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

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

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