Html Css Color HEX #531240 Tyrian Purple

📋 copy color: '#531240'

red 83 ◦ green 18 ◦ blue 64

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

Shades of Tyrian Purple #531240

Tints of Tyrian Purple #531240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

 BLUE value IS 64 (25.39% from 255) = 38.79%

R = 50.3%
G = 10.91%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#531240 (or 0x531240) is known color: Tyrian Purple. HEX triplet: 53, 12 and 40. RGB value is (83,18,64). Sum of RGB (Red+Green+Blue) = 83+18+64=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #531240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531240 is #ACEDBF. Grayscale: #2A2A2A. Windows color (decimal): -11333056 or 4198995. OLE color: 4198995.

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

Color convert

RGB 83 18 64 -
CMYK 0 0.78 0.23 0.67
HSL 317.54º 0.64% 0.2% -
HSV(B) 317.54º 0.78% 0.33% -
XYZ 4.71 2.64 5.11 -
YUV 42.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 83 18 64 0 0.78 0.23 0.67 317.54 0.64 0.2
Hex 53 12 40 0 4E 17 43 13E 40 14
Octal 123 22 100 0 116 27 103 476 100 24
Binary 1010011 10010 1000000 0 1001110 10111 1000011 100111110 1000000 10100

Color Harmonies of #531240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531240

Black with #531240

Text Example


Text Example

White with #531240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531240; }

 p { color: rgb(83,18,64); }

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

background-color css

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

 a { background-color: rgb(83,18,64); }

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

border-color css

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

 span { border-color: rgb(83,18,64); }

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