Html Css Color HEX #531443 Tyrian Purple

📋 copy color: '#531443'

red 83 ◦ green 20 ◦ blue 67

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

Shades of Tyrian Purple #531443

Tints of Tyrian Purple #531443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

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

R = 48.82%
G = 11.76%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#531443 (or 0x531443) is known color: Tyrian Purple. HEX triplet: 53, 14 and 43. RGB value is (83,20,67). Sum of RGB (Red+Green+Blue) = 83+20+67=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531443 is #ACEBBC. Grayscale: #2C2C2C. Windows color (decimal): -11332541 or 4396115. OLE color: 4396115.

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

Color convert

RGB 83 20 67 -
CMYK 0 0.76 0.19 0.67
HSL 315.24º 0.61% 0.2% -
HSV(B) 315.24º 0.76% 0.33% -
XYZ 4.83 2.74 5.59 -
YUV 44.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 83 20 67 0 0.76 0.19 0.67 315.24 0.61 0.2
Hex 53 14 43 0 4C 13 43 13B 3D 14
Octal 123 24 103 0 114 23 103 473 75 24
Binary 1010011 10100 1000011 0 1001100 10011 1000011 100111011 111101 10100

Color Harmonies of #531443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531443

Black with #531443

Text Example


Text Example

White with #531443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531443; }

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

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

background-color css

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

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

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

border-color css

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

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

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