Html Css Color HEX #531146 Tyrian Purple

📋 copy color: '#531146'

red 83 ◦ green 17 ◦ blue 70

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

Shades of Tyrian Purple #531146

Tints of Tyrian Purple #531146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10%

 BLUE value IS 70 (27.73% from 255) = 41.18%

R = 48.82%
G = 10%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#531146 (or 0x531146) is known color: Tyrian Purple. HEX triplet: 53, 11 and 46. RGB value is (83,17,70). Sum of RGB (Red+Green+Blue) = 83+17+70=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531146 is #ACEEB9. Grayscale: #2A2A2A. Windows color (decimal): -11333306 or 4591955. OLE color: 4591955.

HSL color Cylindrical-coordinate representation of color #531146: hue angle of 311.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531146 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 70 -
CMYK 0 0.80 0.16 0.67
HSL 311.82º 0.66% 0.2% -
HSV(B) 311.82º 0.8% 0.33% -
XYZ 4.87 2.68 6.06 -
YUV 42.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 83 17 70 0 0.80 0.16 0.67 311.82 0.66 0.2
Hex 53 11 46 0 50 10 43 138 42 14
Octal 123 21 106 0 120 20 103 470 102 24
Binary 1010011 10001 1000110 0 1010000 10000 1000011 100111000 1000010 10100

Color Harmonies of #531146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531146

Black with #531146

Text Example


Text Example

White with #531146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531146; }

 p { color: rgb(83,17,70); }

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

background-color css

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

 a { background-color: rgb(83,17,70); }

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

border-color css

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

 span { border-color: rgb(83,17,70); }

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