Html Css Color HEX #531442 Tyrian Purple

📋 copy color: '#531442'

red 83 ◦ green 20 ◦ blue 66

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

Shades of Tyrian Purple #531442

Tints of Tyrian Purple #531442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 49.11%
G = 11.83%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#531442 (or 0x531442) is known color: Tyrian Purple. HEX triplet: 53, 14 and 42. RGB value is (83,20,66). Sum of RGB (Red+Green+Blue) = 83+20+66=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #531442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531442 is #ACEBBD. Grayscale: #2B2B2B. Windows color (decimal): -11332542 or 4330579. OLE color: 4330579.

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

Color convert

RGB 83 20 66 -
CMYK 0 0.76 0.20 0.67
HSL 316.19º 0.61% 0.2% -
HSV(B) 316.19º 0.76% 0.33% -
XYZ 4.8 2.73 5.43 -
YUV 44.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 83 20 66 0 0.76 0.20 0.67 316.19 0.61 0.2
Hex 53 14 42 0 4C 14 43 13C 3D 14
Octal 123 24 102 0 114 24 103 474 75 24
Binary 1010011 10100 1000010 0 1001100 10100 1000011 100111100 111101 10100

Color Harmonies of #531442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531442

Black with #531442

Text Example


Text Example

White with #531442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531442; }

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

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

background-color css

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

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

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

border-color css

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

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

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